summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_tracker_pt/boost-compat.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2014-09-06 03:50:52 -0700
committerStanislaw Halik <sthalik@misaki.pl>2014-09-06 03:50:52 -0700
commitdb59542cbb2fc3c2ac1b40928d514113bced8b0b (patch)
tree88b9c5efe598aed10bb82c54bfcc04a638866f0d /ftnoir_tracker_pt/boost-compat.h
parentb2167e6cba93106e3e6fa4a8337ebadbf049c1f8 (diff)
rename case
Diffstat (limited to 'ftnoir_tracker_pt/boost-compat.h')
-rw-r--r--ftnoir_tracker_pt/boost-compat.h5
1 files changed, 5 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..612f2c4d
--- /dev/null
+++ b/ftnoir_tracker_pt/boost-compat.h
@@ -0,0 +1,5 @@
+#pragma once
+#include <memory>
+namespace boost {
+ using std::shared_ptr;
+}