aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-05-03 15:14:02 -0400
committerDavid Robillard <d@drobilla.net>2021-05-03 18:30:39 -0400
commitb483856ff188041f58a934c32c963cb49416a52d (patch)
tree0353e749cd09ce4b97e36c1bdf333c3cb7f67c08 /src
parent68d5d5c3bc96c85832664c18b69227b76e68a008 (diff)
downloadpugl-b483856ff188041f58a934c32c963cb49416a52d.tar.gz
pugl-b483856ff188041f58a934c32c963cb49416a52d.tar.bz2
pugl-b483856ff188041f58a934c32c963cb49416a52d.zip
Clean up includes and add mappings for old versions of IWYU
Diffstat (limited to 'src')
-rw-r--r--src/implementation.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/implementation.c b/src/implementation.c
index 4fe6a8a..6225ac5 100644
--- a/src/implementation.c
+++ b/src/implementation.c
@@ -16,6 +16,8 @@
#include "implementation.h"
+#include "types.h"
+
#include "pugl/pugl.h"
#include <assert.h>