]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/render_area_2d.hxx
James Turner:
[flightgear.git] / src / Instrumentation / render_area_2d.hxx
index 4b3b0593890c9e8d3472f22c84037f375b0dd675..6b4dc32301ada3cf10b25ad5bd2de73edd7d5360 100644 (file)
 #  include <config.h>
 #endif
 
+#include <plib/sg.h>
 #include <simgear/compiler.h>
 
-#include <plib/ssg.h>
 #include <vector>
 
-SG_USING_STD(vector);
+using std::vector;
 
 enum RA2DDrawingType {
        RA2D_LINE,