summaryrefslogtreecommitdiffstats
path: root/main/tests/test_astar.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2018-10-02 10:46:42 +0200
committerRémi Verschelde <rverschelde@gmail.com>2018-10-02 10:47:51 +0200
commit3771a4b9ba6b1c767497d814c5b3f61472ba182b (patch)
tree7551ae727cfa7e98f231a4abb4f5bd8c9e6dbd0b /main/tests/test_astar.cpp
parent3c173ebca419f4aad9c56631a957178b6df0eeee (diff)
downloadredot-engine-3771a4b9ba6b1c767497d814c5b3f61472ba182b.tar.gz
Fix build after ##21492
Diffstat (limited to 'main/tests/test_astar.cpp')
-rw-r--r--main/tests/test_astar.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/main/tests/test_astar.cpp b/main/tests/test_astar.cpp
index 0f034c78f7..8b48f075bc 100644
--- a/main/tests/test_astar.cpp
+++ b/main/tests/test_astar.cpp
@@ -28,12 +28,13 @@
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
-#include "a_star.h"
-#include "os/os.h"
-#include <stdio.h>
-
#include "test_astar.h"
+#include "core/math/a_star.h"
+#include "core/os/os.h"
+
+#include <stdio.h>
+
namespace TestAStar {
class ABCX : public AStar {