diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-07-02 19:33:59 +0100 |
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-07-02 19:33:59 +0100 |
| commit | d90c4ba89a4ed63438ca1aa4f5911037472c717e (patch) | |
| tree | 777e6ab6d648741f49088783322ad44b72f52e93 /test | |
| parent | Psycho-rebased branch imgui on top of main (diff) | |
| download | ilt-d90c4ba89a4ed63438ca1aa4f5911037472c717e.tar.bz2 ilt-d90c4ba89a4ed63438ca1aa4f5911037472c717e.tar.xz ilt-d90c4ba89a4ed63438ca1aa4f5911037472c717e.zip | |
Re-add testHelpers.h
Diffstat (limited to 'test')
| -rw-r--r-- | test/test-instancing.cpp | 3 |
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> |
