]> git.mxchange.org Git - flightgear.git/blobdiff - src/MultiPlayer/tiny_xdr.cxx
toggle fullscreen: also adapt GUI plane when resizing
[flightgear.git] / src / MultiPlayer / tiny_xdr.cxx
index 3a278bb81e3427be3be88cbeea135c8ea5f7cffc..e8f292141108923d2b635a57fe6b0699e87b78e7 100644 (file)
@@ -11,7 +11,7 @@
 //
 //////////////////////////////////////////////////////////////////////
 
-#include <plib/ul.h>
+#include <string>
 
 #include "tiny_xdr.hxx"
 
@@ -168,4 +168,3 @@ XDR_decode_double ( const xdr_data2_t & d_Val )
     return tmp.d;
 }
 
-