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; +} |