summaryrefslogtreecommitdiff
path: root/core/src/Utils/fwd.hpp
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2021-08-15 17:14:06 -0700
committerrtk0c <[email protected]>2021-08-15 17:14:06 -0700
commitc51a61c0f0de65a3e64f589816a56f21ed4e8528 (patch)
treeba1737b64d5307f9dedc934d9398297d3fb8ee82 /core/src/Utils/fwd.hpp
parent64a6dbcfdb89a5f57d93d47a2be0c741dda4662d (diff)
Initial work on data streams
Diffstat (limited to 'core/src/Utils/fwd.hpp')
-rw-r--r--core/src/Utils/fwd.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/Utils/fwd.hpp b/core/src/Utils/fwd.hpp
index 5d1fe45..c740bd1 100644
--- a/core/src/Utils/fwd.hpp
+++ b/core/src/Utils/fwd.hpp
@@ -1,5 +1,7 @@
#pragma once
+#include "Utils/IO/fwd.hpp"
+
// Color.hpp
class RgbaColor;
class HsvColor;