diff options
Diffstat (limited to 'src/cinstruction.cpp')
-rw-r--r-- | src/cinstruction.cpp | 2 |
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 ; |