Skip to content

Commit 1737ff0

Browse files
committed
Fixed build on OSX (closes #56).
It seems that <iostream> is necessary and it has to be included before <Python.h>!
1 parent 8a8a181 commit 1737ff0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib_python/ViZDoomGamePython.h

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
#include "ViZDoomGame.h"
2929

30+
#include <iostream>
3031
#include <vector>
3132
#include <Python.h>
3233
#include <boost/python.hpp>

0 commit comments

Comments
 (0)