diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-01-21 01:31:16 +0000 |
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-01-21 01:31:16 +0000 |
| commit | d392262db761f66b43589c7e7ce4accef4330154 (patch) | |
| tree | 7c73aa6b43e6ae755c881ea13386c73337ea54f7 | |
| parent | Pass curve link radius, no recalculate, its constant (diff) | |
| download | ilt-d392262db761f66b43589c7e7ce4accef4330154.tar.bz2 ilt-d392262db761f66b43589c7e7ce4accef4330154.tar.xz ilt-d392262db761f66b43589c7e7ce4accef4330154.zip | |
Fix includes in test glCtxtBhvr
| -rw-r--r-- | test/test-glContextBhvr.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test-glContextBhvr.cpp b/test/test-glContextBhvr.cpp index 26b45d9..ec5cc21 100644 --- a/test/test-glContextBhvr.cpp +++ b/test/test-glContextBhvr.cpp @@ -1,10 +1,9 @@ #define BOOST_TEST_MODULE test_glcontextbehaviour - -#include "testHelpers.h" #include <boost/test/unit_test.hpp> #include <gfx/gl/sceneRenderer.h> #include <lib/glArrays.h> +#include <optional> #include <ui/applicationBase.h> #include <ui/window.h> |
