summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2024-01-21 01:31:16 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2024-01-21 01:31:16 +0000
commitd392262db761f66b43589c7e7ce4accef4330154 (patch)
tree7c73aa6b43e6ae755c881ea13386c73337ea54f7 /test
parentPass curve link radius, no recalculate, its constant (diff)
downloadilt-d392262db761f66b43589c7e7ce4accef4330154.tar.bz2
ilt-d392262db761f66b43589c7e7ce4accef4330154.tar.xz
ilt-d392262db761f66b43589c7e7ce4accef4330154.zip
Fix includes in test glCtxtBhvr
Diffstat (limited to 'test')
-rw-r--r--test/test-glContextBhvr.cpp3
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>