diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2018-06-28 13:26:07 +0200 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2018-06-28 17:57:26 +0200 |
commit | 9347c8742d8faf8b39fea4cbbe13b7a1d2440c18 (patch) | |
tree | 28507cda091461779142b54c60f9577e3c911833 /3rdparty/python-console/ParseHelper.BlockParseState.cpp | |
parent | c63274342f1aaa3d1087c0df5ffdaccfd0afcd56 (diff) | |
download | nextpnr-9347c8742d8faf8b39fea4cbbe13b7a1d2440c18.tar.gz nextpnr-9347c8742d8faf8b39fea4cbbe13b7a1d2440c18.tar.bz2 nextpnr-9347c8742d8faf8b39fea4cbbe13b7a1d2440c18.zip |
make it compile with qt5
Diffstat (limited to '3rdparty/python-console/ParseHelper.BlockParseState.cpp')
-rw-r--r-- | 3rdparty/python-console/ParseHelper.BlockParseState.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/3rdparty/python-console/ParseHelper.BlockParseState.cpp b/3rdparty/python-console/ParseHelper.BlockParseState.cpp index 4dc568b2..39c17b60 100644 --- a/3rdparty/python-console/ParseHelper.BlockParseState.cpp +++ b/3rdparty/python-console/ParseHelper.BlockParseState.cpp @@ -20,6 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ #include "ParseHelper.h" +#include <iostream> ParseHelper::BlockParseState:: BlockParseState( ParseHelper& parent ): |