diff options
author | saturneric <[email protected]> | 2023-12-22 16:34:46 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-12-22 16:34:46 +0000 |
commit | ee1a6bba20d71e710b169269565202d26794f44e (patch) | |
tree | 0f482b49dbbb0d07b9c216c12b6462e83e31673a /src/core/GpgFrontendCore.cpp | |
parent | fix: slove cmake configuration problem on macOS (diff) | |
download | GpgFrontend-ee1a6bba20d71e710b169269565202d26794f44e.tar.gz GpgFrontend-ee1a6bba20d71e710b169269565202d26794f44e.zip |
fix: slove compilation issue on macos
Diffstat (limited to 'src/core/GpgFrontendCore.cpp')
-rw-r--r-- | src/core/GpgFrontendCore.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/GpgFrontendCore.cpp b/src/core/GpgFrontendCore.cpp index 5021b37d..2508f4e7 100644 --- a/src/core/GpgFrontendCore.cpp +++ b/src/core/GpgFrontendCore.cpp @@ -28,5 +28,7 @@ #include "core/GpgFrontendCore.h" +#ifndef MACOS // mimalloc -#include <mimalloc-new-delete.h>
\ No newline at end of file +#include <mimalloc-new-delete.h> +#endif |