Still trying to repair cross compilation

This commit is contained in:
xawotihs
2019-09-07 22:47:45 +02:00
parent 4605d38982
commit a2f510bbd5
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,9 @@
#ifndef DEBUGROUTINES_H
#define DEBUGROUTINES_H
// dirty, but I get OS header includes this way
#include "JGE.h"
#include "OutputCapturer.h"
#include <ostream>

View File

@@ -12,9 +12,6 @@
#include <sstream>
#include <string>
#include <vector>
#if (__cplusplus > 199711L) || (_MSC_VER >= 1700)
#include <cinttypes>
#endif
#include "config.h"
#include "DebugRoutines.h"