aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/pugl/cairo.h1
-rw-r--r--include/pugl/gl.h1
-rw-r--r--include/pugl/stub.h1
-rw-r--r--include/pugl/vulkan.h1
4 files changed, 4 insertions, 0 deletions
diff --git a/include/pugl/cairo.h b/include/pugl/cairo.h
index 6727d8e..fda1191 100644
--- a/include/pugl/cairo.h
+++ b/include/pugl/cairo.h
@@ -4,6 +4,7 @@
#ifndef PUGL_CAIRO_H
#define PUGL_CAIRO_H
+#include "pugl/attributes.h"
#include "pugl/pugl.h"
PUGL_BEGIN_DECLS
diff --git a/include/pugl/gl.h b/include/pugl/gl.h
index efb22f3..ac7c557 100644
--- a/include/pugl/gl.h
+++ b/include/pugl/gl.h
@@ -4,6 +4,7 @@
#ifndef PUGL_GL_H
#define PUGL_GL_H
+#include "pugl/attributes.h"
#include "pugl/pugl.h"
// IWYU pragma: begin_exports
diff --git a/include/pugl/stub.h b/include/pugl/stub.h
index 01d7033..8bfe4d8 100644
--- a/include/pugl/stub.h
+++ b/include/pugl/stub.h
@@ -4,6 +4,7 @@
#ifndef PUGL_STUB_H
#define PUGL_STUB_H
+#include "pugl/attributes.h"
#include "pugl/pugl.h"
PUGL_BEGIN_DECLS
diff --git a/include/pugl/vulkan.h b/include/pugl/vulkan.h
index cc138df..a26ca8a 100644
--- a/include/pugl/vulkan.h
+++ b/include/pugl/vulkan.h
@@ -10,6 +10,7 @@
#ifndef PUGL_VULKAN_H
#define PUGL_VULKAN_H
+#include "pugl/attributes.h"
#include "pugl/pugl.h"
#include <vulkan/vulkan_core.h>