wok-next view directfb/stuff/patches/directfb-1.8.0.patch @ rev 20866

mono: fix build by not enabling Spectre mitigation
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jul 01 23:19:43 2018 +0300 (2018-07-01)
parents
children
line source
1 --- a/lib/direct/Base.h
2 +++ b/lib/direct/Base.h
3 @@ -56,6 +56,7 @@
4 #include <memory>
5 #include <set>
6 #include <string>
7 +#include <functional>
9 #include <stdexcept>