]> git.stg.codes - stg.git/commitdiff
В заголовочный файл rpcconfig.h добавлен map (используется тип std::map)
authorMaxim Mamontov <faust@user-desktop.(none)>
Mon, 8 Nov 2010 13:12:57 +0000 (15:12 +0200)
committerMaxim Mamontov <faust@user-desktop.(none)>
Mon, 8 Nov 2010 13:12:57 +0000 (15:12 +0200)
projects/stargazer/plugins/configuration/rpcconfig/rpcconfig.h

index 6fc41e202df499aff395a372990aa809d456448d..ad7a713ef168f12e831d5d900bb78966d83f91b8 100644 (file)
@@ -1,8 +1,9 @@
 #ifndef __RPC_CONFIG_H__
 #define __RPC_CONFIG_H__
 
-#include <string>
 #include <ctime>
+#include <string>
+#include <map>
 
 #include <xmlrpc-c/base.hpp>
 #include <xmlrpc-c/registry.hpp>