aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/GpgFrontendCore.cpp
diff options
context:
space:
mode:
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