diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-05-06 23:52:04 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-05-06 23:52:10 +0200 |
| commit | ee48fc460c9dc03b89bd7c7ab17fd3ad4560657d (patch) | |
| tree | 4a50e0af0ea8e275e55b92e88097299069ae4452 /test | |
| parent | 001b62c79d8f87badc5597d0335caa0f92dc42fd (diff) | |
Another missing include.
Diffstat (limited to 'test')
| -rw-r--r-- | test/file_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/file_test.cc b/test/file_test.cc index 3e65d0cd..8c6ded29 100644 --- a/test/file_test.cc +++ b/test/file_test.cc @@ -33,6 +33,7 @@ #include "file.h" +#include <boost/filesystem.hpp> #include <boost/test/unit_test.hpp> |
