diff options
Diffstat (limited to 'ftnoir_tracker_pt/boost-compat.h')
-rw-r--r-- | ftnoir_tracker_pt/boost-compat.h | 5 |
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; +} |