fixed clang std::tr1 import by adding include

This commit is contained in:
Matej Sekoranja
2014-08-13 21:53:15 +02:00
parent 57e33c8f7d
commit 103cdabff1

View File

@@ -48,6 +48,8 @@
# undef SHARED_FROM_BOOST
# undef SHARED_FROM_TR1
#include <memory>
// import std classes into std::tr1
namespace std {
namespace tr1 {