Skip to content

Commit 3739387

Browse files
committed
There's no std::tr1 with llvm's libc++
1 parent 7c5c1bf commit 3739387

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Platform.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,9 @@
127127
#include <string>
128128

129129
using namespace std;
130+
#ifndef _LIBCPP_VERSION
130131
using namespace std::tr1;
132+
#endif
131133

132134
void RecreateScreens();
133135
string LocateResource(const string& file);

0 commit comments

Comments
 (0)