Added missing include for Octree

This commit is contained in:
2016-01-13 12:16:35 +01:00
parent 311475cbb6
commit 8ed4ba1219
+1
View File
@@ -1,6 +1,7 @@
#ifndef Octree_h__
#define Octree_h__
#include "../Common.h"
#include "Core/AABB.h"
class Ray;