Still trying to repair cross compilation
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
#ifndef DEBUGROUTINES_H
|
#ifndef DEBUGROUTINES_H
|
||||||
#define DEBUGROUTINES_H
|
#define DEBUGROUTINES_H
|
||||||
|
|
||||||
|
// dirty, but I get OS header includes this way
|
||||||
|
#include "JGE.h"
|
||||||
|
|
||||||
#include "OutputCapturer.h"
|
#include "OutputCapturer.h"
|
||||||
|
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
|
|||||||
@@ -12,9 +12,6 @@
|
|||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#if (__cplusplus > 199711L) || (_MSC_VER >= 1700)
|
|
||||||
#include <cinttypes>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "DebugRoutines.h"
|
#include "DebugRoutines.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user