1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2024-12-28 15:55:51 +00:00

Fix linux build, once more, now for real

This commit is contained in:
fgenesis 2013-12-11 03:36:44 +01:00
parent 82ab3fa60c
commit 5336c8d350
2 changed files with 7 additions and 5 deletions

View file

@ -24,6 +24,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "AquariaProgressBar.h" #include "AquariaProgressBar.h"
#include "tinyxml.h" #include "tinyxml.h"
#include "ModSelector.h" #include "ModSelector.h"
#include <algorithm>
#ifdef BBGE_BUILD_VFS #ifdef BBGE_BUILD_VFS
#include "ModDownloader.h" #include "ModDownloader.h"

View file

@ -36,6 +36,7 @@ extern "C"
#include "Web.h" #include "Web.h"
#include "GridRender.h" #include "GridRender.h"
#include "AfterEffect.h" #include "AfterEffect.h"
#include <algorithm>
#include "../BBGE/MathFunctions.h" #include "../BBGE/MathFunctions.h"