From: Maxim Mamontov <faust@user-desktop.(none)>
Date: Mon, 8 Nov 2010 13:12:57 +0000 (+0200)
Subject: В заголовочный файл rpcconfig.h добавлен map (используется тип std::map)
X-Git-Tag: 2.407-rc3~369
X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/1ef5d4c85d513990079915a2d5fb6a86ac8fae5c

В заголовочный файл rpcconfig.h добавлен map (используется тип std::map)
---

diff --git a/projects/stargazer/plugins/configuration/rpcconfig/rpcconfig.h b/projects/stargazer/plugins/configuration/rpcconfig/rpcconfig.h
index 6fc41e20..ad7a713e 100644
--- a/projects/stargazer/plugins/configuration/rpcconfig/rpcconfig.h
+++ b/projects/stargazer/plugins/configuration/rpcconfig/rpcconfig.h
@@ -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>