summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-05-06 23:52:04 +0200
committerCarl Hetherington <cth@carlh.net>2022-05-06 23:52:10 +0200
commitee48fc460c9dc03b89bd7c7ab17fd3ad4560657d (patch)
tree4a50e0af0ea8e275e55b92e88097299069ae4452
parent001b62c79d8f87badc5597d0335caa0f92dc42fd (diff)
Another missing include.
-rw-r--r--test/file_test.cc1
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>