Fix #3067 by including the memory header directly into the cache manager.

This commit is contained in:
Adam Reichold
2016-01-07 19:18:49 +01:00
parent a727460f77
commit 7d28c2531c

View File

@@ -18,13 +18,15 @@
*/
#include "cachemanager.h"
#ifdef WIN32
#include <windows.h>
#endif
#include <memory>
#include <glib/gstdio.h>
#include <giomm.h>
#ifdef WIN32
#include <windows.h>
#endif
#include "guiutils.h"
#include "options.h"
#include "procparamchangers.h"