1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-02 09:03:37 +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 <algorithm>
#include <vector>
#include <cmath>
namespace
{

View File

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