diff options
-rw-r--r-- | raul/AtomRaptor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/raul/AtomRaptor.h b/raul/AtomRaptor.h index e54f273..9323918 100644 --- a/raul/AtomRaptor.h +++ b/raul/AtomRaptor.h @@ -17,10 +17,12 @@ #ifndef RAUL_ATOM_RAPTOR_H #define RAUL_ATOM_RAPTOR_H +#include <iostream> #include <sstream> #include <cstring> #include <raptor.h> #include "raul/Atom.h" +using std::cerr; using std::endl; #define U(x) ((const unsigned char*)(x)) |