| Index: core/src/fxcrt/fx_basic_memmgr.cpp
|
| diff --git a/core/src/fxcrt/fx_basic_memmgr.cpp b/core/src/fxcrt/fx_basic_memmgr.cpp
|
| index ebc25851f69198b4dae1d42710021bdb5178cce7..6665df60dac9cfe0d19c75eb70f47a647da7b32c 100644
|
| --- a/core/src/fxcrt/fx_basic_memmgr.cpp
|
| +++ b/core/src/fxcrt/fx_basic_memmgr.cpp
|
| @@ -5,7 +5,8 @@
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| #include <stdlib.h> // For abort().
|
| -#include "../../include/fxcrt/fx_memory.h"
|
| +
|
| +#include "core/include/fxcrt/fx_memory.h"
|
|
|
| void* FXMEM_DefaultAlloc(size_t byte_size, int flags) {
|
| return (void*)malloc(byte_size);
|
|
|