1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-04 10:03:36 +00:00

Fix Linux compilation

This commit is contained in:
MaximeMorel 2016-05-10 08:54:19 +01:00
parent f61293fe2b
commit caadac1a7c
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#include <cassert> #include <cassert>
#include <algorithm> #include <algorithm>
#include <vector> #include <vector>
#include <cmath>
namespace namespace
{ {

View File

@ -1,5 +1,6 @@
#include <assert.h> #include <assert.h>
#include <algorithm> #include <algorithm>
#include <cmath>
#include "GLideN64.h" #include "GLideN64.h"
#include "N64.h" #include "N64.h"
#include "GBI.h" #include "GBI.h"