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

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

diff --git a/projects/stargazer/plugins/configuration/rpcconfig/rpcconfig.h b/projects/stargazer/plugins/configuration/rpcconfig/rpcconfig.h
index 64f1182e..b832ec92 100644
--- a/projects/stargazer/plugins/configuration/rpcconfig/rpcconfig.h
+++ b/projects/stargazer/plugins/configuration/rpcconfig/rpcconfig.h
@@ -2,6 +2,7 @@
 #define __RPC_CONFIG_H__
 
 #include <string>
+#include <ctime>
 
 #include <xmlrpc-c/base.hpp>
 #include <xmlrpc-c/registry.hpp>