1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-11-22 02:12:45 +01:00

Fix file include path in test_FileIndex.cpp

This commit is contained in:
Daniel Evans 2016-09-09 21:13:15 +01:00
parent 43c2f00f47
commit 7b7e65e002

View File

@ -1,5 +1,5 @@
#include <boost/test/unit_test.hpp>
#include <platform//FileIndex.hpp>
#include <platform/FileIndex.hpp>
#include <test_globals.hpp>
BOOST_AUTO_TEST_SUITE(FileIndexTests)