Fix #3067 by including the memory header directly into the cache manager.
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user