1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-11-25 11:52:40 +01:00

tests: test_globals.hpp has a dependency on boost/test/unit_test.hpp

This commit is contained in:
Anonymous Maarten 2017-02-20 18:01:53 +01:00 committed by Daniel Evans
parent 9e9e684a44
commit b1976fbcf2

View File

@ -4,6 +4,7 @@
#include <SDL2/SDL.h> #include <SDL2/SDL.h>
#include <GameConfig.hpp> #include <GameConfig.hpp>
#include <GameWindow.hpp> #include <GameWindow.hpp>
#include <boost/test/unit_test.hpp>
#include <core/Logger.hpp> #include <core/Logger.hpp>
#include <engine/GameData.hpp> #include <engine/GameData.hpp>
#include <engine/GameState.hpp> #include <engine/GameState.hpp>