]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/property_list.cxx
return attribute mask as unsigned
[flightgear.git] / src / GUI / property_list.cxx
index 3e1923064dfd75e17554cc34c3739ed89f4b1e19..5aa1e3dbaae639b4dd9114430f936b3e850eb14b 100644 (file)
 
 #include <sstream>
 #include STL_IOMANIP
+#include <iostream>
 #include STL_STRING
 SG_USING_STD(string);
+using std::cout;
+
 typedef string stdString;      // puObject has a "string" member
 
 #include <Main/fg_os.hxx>      // fgGetKeyModifiers()