mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-07 02:32:32 +00:00
Fixed compile issues with C++03.
This commit is contained in:
@@ -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();
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user