| Index: src/FilterEngine.cpp |
| =================================================================== |
| --- a/src/FilterEngine.cpp |
| +++ b/src/FilterEngine.cpp |
| @@ -1,4 +1,8 @@ |
| #include <algorithm> |
| +#include <memory> |
|
Wladimir Palant
2013/04/09 08:00:10
Miscommunication here apparently - #include <memor
Felix Dahlke
2013/04/09 08:11:15
Like I said in the header, "#ifdef WIN32" should w
|
| +#include <cctype> |
| +#include <functional> |
| + |
| #include <AdblockPlus.h> |
| using namespace AdblockPlus; |