diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-02-20 14:06:29 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-02-20 14:06:29 +0000 |
commit | b77024de4351bcddee5c4781aa9fc031131f293b (patch) | |
tree | c51d7c8add4c450a0b6e980da88830fa53215171 /test | |
parent | dos2unix shader sources (diff) | |
download | ilt-b77024de4351bcddee5c4781aa9fc031131f293b.tar.bz2 ilt-b77024de4351bcddee5c4781aa9fc031131f293b.tar.xz ilt-b77024de4351bcddee5c4781aa9fc031131f293b.zip |
Pass linters
Diffstat (limited to 'test')
-rw-r--r-- | test/test-obj.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-obj.cpp b/test/test-obj.cpp index 68221b8..0d53691 100644 --- a/test/test-obj.cpp +++ b/test/test-obj.cpp @@ -4,6 +4,7 @@ #include <gfx/models/obj.h> #include <memory> +#include <utility> #include <vector> BOOST_AUTO_TEST_CASE(objparse) |