summaryrefslogtreecommitdiffhomepage
path: root/FTNoIR_Tracker_PT/boost-compat.h
blob: b5be237ab0141dd5e9a39d93648717bd277740d3 (plain)
1
2
3
4
5
#pragma once
#include <memory>
namespace boost {
    using std::shared_ptr;
};