summaryrefslogtreecommitdiffstats
path: root/ganv/Box.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ganv/Box.hpp')
-rw-r--r--ganv/Box.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/ganv/Box.hpp b/ganv/Box.hpp
index 6ea0392..fe24622 100644
--- a/ganv/Box.hpp
+++ b/ganv/Box.hpp
@@ -18,9 +18,16 @@
#include "ganv/Node.hpp"
#include "ganv/box.h"
+#include "ganv/node.h"
+#include "ganv/types.h"
+#include "ganv/wrap.hpp"
+
+#include <glib.h>
namespace Ganv {
+class Canvas;
+
class Box : public Node
{
public: