Fix build after ##21492
This commit is contained in:
parent
3c173ebca4
commit
3771a4b9ba
2 changed files with 6 additions and 5 deletions
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in a new issue