summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2024-07-02 19:33:59 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2024-07-02 19:33:59 +0100
commitd90c4ba89a4ed63438ca1aa4f5911037472c717e (patch)
tree777e6ab6d648741f49088783322ad44b72f52e93
parentPsycho-rebased branch imgui on top of main (diff)
downloadilt-d90c4ba89a4ed63438ca1aa4f5911037472c717e.tar.bz2
ilt-d90c4ba89a4ed63438ca1aa4f5911037472c717e.tar.xz
ilt-d90c4ba89a4ed63438ca1aa4f5911037472c717e.zip
Re-add testHelpers.h
-rw-r--r--test/test-instancing.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test-instancing.cpp b/test/test-instancing.cpp
index 40c2c4f..1dd4cea 100644
--- a/test/test-instancing.cpp
+++ b/test/test-instancing.cpp
@@ -1,6 +1,7 @@
#define BOOST_TEST_MODULE instancing
-#include "stream_support.h"
+#include "stream_support.h" // IWYU pragma: keep
+#include "testHelpers.h"
#include "testMainWindow.h"
#include <boost/test/data/test_case.hpp>
#include <boost/test/unit_test.hpp>