aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/cube_view.h3
-rw-r--r--examples/demo_utils.h2
-rw-r--r--examples/pugl_vulkan_cxx_demo.cpp1
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/cube_view.h b/examples/cube_view.h
index e0c86eb..71ae88d 100644
--- a/examples/cube_view.h
+++ b/examples/cube_view.h
@@ -22,6 +22,9 @@
#include "demo_utils.h"
#include "pugl/gl.h"
+#include "pugl/pugl.h"
+
+#include <stdbool.h>
// clang-format off
diff --git a/examples/demo_utils.h b/examples/demo_utils.h
index e76d304..2dda756 100644
--- a/examples/demo_utils.h
+++ b/examples/demo_utils.h
@@ -20,9 +20,7 @@
#include "pugl/pugl.h"
#include <math.h>
-#include <stdint.h>
#include <stdio.h>
-#include <string.h>
typedef struct {
double lastReportTime;
diff --git a/examples/pugl_vulkan_cxx_demo.cpp b/examples/pugl_vulkan_cxx_demo.cpp
index 3dab5ce..9fbf7af 100644
--- a/examples/pugl_vulkan_cxx_demo.cpp
+++ b/examples/pugl_vulkan_cxx_demo.cpp
@@ -39,7 +39,6 @@
#include "pugl/vulkan.hpp"
#include <vulkan/vk_platform.h>
-#include <vulkan/vulkan_core.h>
#include <algorithm>
#include <array>