From 3e27882c4787f6c0a42023e93a03b2d652430ac7 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Wed, 21 May 2008 00:05:52 +0000 Subject: [PATCH] added missing include git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1000 0778d3d1-df1d-0410-868b-ea421aaaa00d --- src/core/tool.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/tool.cpp b/src/core/tool.cpp index f4107ddf9..7c195a914 100644 --- a/src/core/tool.cpp +++ b/src/core/tool.cpp @@ -27,6 +27,7 @@ #include "tool.h" +#include #include #include "embed.h"