summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2022-01-01 18:51:39 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2022-01-01 18:51:39 +0000
commitf6cdb32b21e79f5c75cbe28345546524f7333d64 (patch)
treea82ea98e04f996c7db6452de65ba14f7ce8f9211 /lib
parentGeneric solution for glGen/glDel arrays, then tidy-up the uses (diff)
downloadilt-f6cdb32b21e79f5c75cbe28345546524f7333d64.tar.bz2
ilt-f6cdb32b21e79f5c75cbe28345546524f7333d64.tar.xz
ilt-f6cdb32b21e79f5c75cbe28345546524f7333d64.zip
Don't forward declare Cache
Diffstat (limited to 'lib')
-rw-r--r--lib/cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/cache.h b/lib/cache.h
index b081c04..2a651f0 100644
--- a/lib/cache.h
+++ b/lib/cache.h
@@ -33,5 +33,6 @@ public:
private:
std::map<std::string, Ptr> cached;
};
+// IWYU pragma: no_forward_declare Cache
#endif