From 5746abc233d24e39e84effb481b3baac1e9fe19b Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 26 May 2022 16:56:36 +0200 Subject: Make use of ctor externals for better cross-system compilation support. --- src/qookie.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qookie.cc') diff --git a/src/qookie.cc b/src/qookie.cc index b818fa1..538e900 100644 --- a/src/qookie.cc +++ b/src/qookie.cc @@ -24,7 +24,7 @@ * along with Qookie; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#include +#include #include -- cgit v1.2.3