summaryrefslogtreecommitdiffhomepage
path: root/FTNoIR_Tracker_PT/boost-compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'FTNoIR_Tracker_PT/boost-compat.h')
-rw-r--r--FTNoIR_Tracker_PT/boost-compat.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/FTNoIR_Tracker_PT/boost-compat.h b/FTNoIR_Tracker_PT/boost-compat.h
new file mode 100644
index 00000000..aea5e1a2
--- /dev/null
+++ b/FTNoIR_Tracker_PT/boost-compat.h
@@ -0,0 +1,6 @@
+#pragma once
+#include <memory>
+#define shared_ptr auto_ptr
+namespace boost {
+ using std::auto_ptr;
+};