]> git.sesse.net Git - casparcg/blob - common/future_fwd.h
[general] Changed permissions of files that should be marked as executable but wasn't.
[casparcg] / common / future_fwd.h
1 #pragma once
2
3 #include "forward.h"
4
5 FORWARD1(std, template<typename> class future);
6 FORWARD1(std, template<typename> class shared_future);
7 FORWARD1(std, template<typename> class promise);