From: Craig Robbins Date: Mon, 1 Dec 2014 05:17:47 +0000 (+1000) Subject: Fix build X-Git-Tag: 0.4.11~117 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d4f42938a567a4a0f378df153aa421273d75687f;p=oweals%2Fminetest.git Fix build Note: this does not fix the warnings generated by clang --- diff --git a/src/settings.cpp b/src/settings.cpp index 34348cc06..6631ceb6e 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -30,6 +30,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "util/serialize.h" #include "filesys.h" #include +#include Settings::~Settings()