Index: include/AdblockPlus/tr1_memory.h |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/include/AdblockPlus/tr1_memory.h |
@@ -0,0 +1,5 @@ |
+#ifdef _MSC_VER |
+#include <memory> |
+#else |
+#include <tr1/memory> |
+#endif |