Fixed compile issues with C++03.

This commit is contained in:
Jari Sundell
2011-12-27 17:26:36 +09:00
parent 0626dcf783
commit 002833f7b7
3 changed files with 18 additions and 12 deletions
+4
View File
@@ -41,6 +41,10 @@
#include "rpc/parse_commands.h"
#include "rpc/object_storage.h"
#ifndef HAVE_CXX11
namespace std { using namespace tr1; }
#endif
void initialize_commands();
//