summaryrefslogtreecommitdiffstats
path: root/src/cinstruction.cpp
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2018-12-06 13:26:10 +0100
committerSlávek Banko <slavek.banko@axis.cz>2018-12-10 18:57:12 +0100
commit5fc3ae36c8e07ed7157b04ce25b7339a119be471 (patch)
treec1d9dad1c508b8309e3ad6981dfe8a58b4131368 /src/cinstruction.cpp
parentfa5aeda68e606323acd442b6bef99f35a687c2a3 (diff)
downloadkpicosim-5fc3ae36.tar.gz
kpicosim-5fc3ae36.zip
conversion to the cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr>
Diffstat (limited to 'src/cinstruction.cpp')
-rw-r--r--src/cinstruction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cinstruction.cpp b/src/cinstruction.cpp
index 9c6fba8..93765db 100644
--- a/src/cinstruction.cpp
+++ b/src/cinstruction.cpp
@@ -1,6 +1,6 @@
#include "cinstruction.h"
-#include "iostream"
+#include <iostream>
using namespace std ;