summaryrefslogtreecommitdiff
path: root/test/test-persistence.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-persistence.cpp')
-rw-r--r--test/test-persistence.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test-persistence.cpp b/test/test-persistence.cpp
index a195007..72c8968 100644
--- a/test/test-persistence.cpp
+++ b/test/test-persistence.cpp
@@ -3,12 +3,15 @@
#include <boost/test/data/test_case.hpp>
#include <boost/test/unit_test.hpp>
+#include <filesystem>
#include <glm/glm.hpp>
#include <iosfwd>
#include <jsonParse-persistence.h>
#include <memory>
#include <stdexcept>
#include <string>
+#include <string_view>
+#include <tuple>
#include <vector>
struct AbsObject : public Persistence::Persistable {