diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-05-01 20:23:19 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-11-07 16:41:37 +0000 |
commit | fd8363a62cc2c1318a0b58b442c3fbc451554fa2 (patch) | |
tree | df7f2a5700d3a0ed7c35ff3609cd0453386ec4c5 /test/test-persistence.cpp | |
parent | Pass new values more efficiently (diff) | |
download | ilt-fd8363a62cc2c1318a0b58b442c3fbc451554fa2.tar.bz2 ilt-fd8363a62cc2c1318a0b58b442c3fbc451554fa2.tar.xz ilt-fd8363a62cc2c1318a0b58b442c3fbc451554fa2.zip |
Fixup clang, cppcheck and iwyu warnings
Diffstat (limited to 'test/test-persistence.cpp')
-rw-r--r-- | test/test-persistence.cpp | 3 |
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 { |