X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2Fgraphics%2Fgraphics.cpp;fp=src%2Fgraphics%2Fgraphics.cpp;h=17c2e3815853ec1011e7a36f519dc465d9f434b5;hb=ca2d526eb092a673f37a906020f1f32d91a608d3;hp=d5148c11cc5b8ed5ca470c104013971bc45677f8;hpb=5f3520c8fedd8c36c8fd2db3abc597b4d9e44b5c;p=physics.git diff --git a/src/graphics/graphics.cpp b/src/graphics/graphics.cpp index d5148c1..17c2e38 100644 --- a/src/graphics/graphics.cpp +++ b/src/graphics/graphics.cpp @@ -25,6 +25,11 @@ #include "../mathw.h" +#include +using std::cerr; +using std::cout; +using std::endl; + /// ***** Private Method Headers *****