]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/configuration/rpcconfig/messages_methods.cpp
Add <ostream> to fix missing header in xmlrpc-c
[stg.git] / projects / stargazer / plugins / configuration / rpcconfig / messages_methods.cpp
index 695da284a52af3739ce041cd3a48589aa87a3783..e4d05636f67a0015c7641b46546eca9c37c46940 100644 (file)
@@ -1,4 +1,6 @@
-#include "stg/stg_message.h"
+#include <ostream> // xmlrpc-c devs have missed something :)
+
+#include "stg/message.h"
 #include "stg/common.h"
 #include "utils.h"
 #include "messages_methods.h"