aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/GpgFrontendCore.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2023-12-22 16:34:46 +0000
committersaturneric <[email protected]>2023-12-22 16:34:46 +0000
commitee1a6bba20d71e710b169269565202d26794f44e (patch)
tree0f482b49dbbb0d07b9c216c12b6462e83e31673a /src/core/GpgFrontendCore.cpp
parentfix: slove cmake configuration problem on macOS (diff)
downloadGpgFrontend-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.cpp4
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