TESTLUAUI: fixed header includes

master
Martin Gerhardy 2018-01-07 12:30:07 +01:00
parent dc0d01a5c4
commit 10e5ce3aed
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
#include "TestLUAUI.h"
#include "io/Filesystem.h"
#include "nuklear/Nuklear.h"
#include "video/TexturePool.h"
#include "core/TimeProvider.h"
#include "core/EventBus.h"
TestLUAUI::TestLUAUI(const io::FilesystemPtr& filesystem, const core::EventBusPtr& eventBus, const core::TimeProviderPtr& timeProvider, const video::TexturePoolPtr& texturePool) :
Super(filesystem, eventBus, timeProvider, texturePool) {