]> git.mxchange.org Git - simgear.git/blobdiff - simgear/serial/testserial.cxx
Working 'noshadow' animation
[simgear.git] / simgear / serial / testserial.cxx
index 517351385d6250d99faa7153f45a9b6b1f87acac..828be05371e981013226c76ede7a4e95f37cb173 100644 (file)
@@ -1,11 +1,17 @@
+#include <simgear/compiler.h>
+
 #include <string>
+#include <iostream>
 
 #include <simgear/debug/logstream.hxx>
 
 #include "serial.hxx"
 
+using std::cout;
+using std::endl;
+
 int main () {
-    FGSerialPort port;
+    SGSerialPort port;
     string value;
     bool result;