aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/gfx/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gfx/core.h b/include/gfx/core.h
index 0cf4465..dc0b015 100644
--- a/include/gfx/core.h
+++ b/include/gfx/core.h
@@ -4,7 +4,7 @@
4/// rendering operations. 4/// rendering operations.
5#pragma once 5#pragma once
6 6
7#include "sizes.h" 7#include <gfx/sizes.h>
8 8
9#include <math/aabb3.h> 9#include <math/aabb3.h>
10#include <math/fwd.h> 10#include <math/fwd.h>