diff options
Diffstat (limited to 'examples/pugl_vulkan_demo.c')
-rw-r--r-- | examples/pugl_vulkan_demo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/pugl_vulkan_demo.c b/examples/pugl_vulkan_demo.c index 708a28f..6b9f03d 100644 --- a/examples/pugl_vulkan_demo.c +++ b/examples/pugl_vulkan_demo.c @@ -10,7 +10,8 @@ */ #include "demo_utils.h" -#include "test/test_utils.h" + +#include "puglutil/test_utils.h" #include "pugl/pugl.h" #include "pugl/vulkan.h" |