diff options
Diffstat (limited to 'examples/pugl_cxx_demo.cpp')
-rw-r--r-- | examples/pugl_cxx_demo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pugl_cxx_demo.cpp b/examples/pugl_cxx_demo.cpp index 214c03d..ed2d21a 100644 --- a/examples/pugl_cxx_demo.cpp +++ b/examples/pugl_cxx_demo.cpp @@ -23,10 +23,10 @@ #include "demo_utils.h" #include "test/test_utils.h" +#include "pugl/gl.hpp" #include "pugl/pugl.h" #include "pugl/pugl.hpp" #include "pugl/pugl.ipp" // IWYU pragma: keep -#include "pugl/pugl_gl.hpp" #include <cmath> |