mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-12-27 23:35:51 +00:00
Fix linux build, once more, now for real
This commit is contained in:
parent
82ab3fa60c
commit
5336c8d350
2 changed files with 7 additions and 5 deletions
|
@ -24,6 +24,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
#include "AquariaProgressBar.h"
|
||||
#include "tinyxml.h"
|
||||
#include "ModSelector.h"
|
||||
#include <algorithm>
|
||||
|
||||
#ifdef BBGE_BUILD_VFS
|
||||
#include "ModDownloader.h"
|
||||
|
|
|
@ -36,6 +36,7 @@ extern "C"
|
|||
#include "Web.h"
|
||||
#include "GridRender.h"
|
||||
#include "AfterEffect.h"
|
||||
#include <algorithm>
|
||||
|
||||
#include "../BBGE/MathFunctions.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue