summaryrefslogtreecommitdiffstats
path: root/base/gfx
diff options
context:
space:
mode:
Diffstat (limited to 'base/gfx')
-rw-r--r--base/gfx/point.h2
-rw-r--r--base/gfx/size.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/base/gfx/point.h b/base/gfx/point.h
index 1a41031..e4a5038 100644
--- a/base/gfx/point.h
+++ b/base/gfx/point.h
@@ -30,6 +30,8 @@
#ifndef BASE_GFX_POINT_H__
#define BASE_GFX_POINT_H__
+#include "build/build_config.h"
+
#ifdef UNIT_TEST
#include <iostream>
#endif
diff --git a/base/gfx/size.h b/base/gfx/size.h
index b8a8e81..4aa612e 100644
--- a/base/gfx/size.h
+++ b/base/gfx/size.h
@@ -30,6 +30,8 @@
#ifndef BASE_GFX_SIZE_H__
#define BASE_GFX_SIZE_H__
+#include "build/build_config.h"
+
#ifdef UNIT_TEST
#include <iostream>
#endif