Fix build after ##21492

This commit is contained in:
Rémi Verschelde 2018-10-02 10:46:42 +02:00
parent 3c173ebca4
commit 3771a4b9ba
2 changed files with 6 additions and 5 deletions

View file

@ -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 {

View file

@ -31,7 +31,7 @@
#ifndef TEST_ASTAR_H
#define TEST_ASTAR_H
#include "os/main_loop.h"
#include "core/os/main_loop.h"
namespace TestAStar {