From 4eaa10c6beddaf5babff207b5b80c2b44756a06d Mon Sep 17 00:00:00 2001 From: John Ralls Date: Tue, 13 Apr 2021 16:56:55 -0700 Subject: [PATCH] Another extern-C glib.h, for Windows this time. --- libgnucash/engine/qof-win32.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libgnucash/engine/qof-win32.cpp b/libgnucash/engine/qof-win32.cpp index dd79ad2cd7..2c83e25c31 100644 --- a/libgnucash/engine/qof-win32.cpp +++ b/libgnucash/engine/qof-win32.cpp @@ -22,13 +22,14 @@ */ #ifdef __cplusplus +#include + extern "C" { #endif #include -#include #include "gnc-date-p.h" #include "strptime.h" #include