From 4f80442ece521157043fba4f1af07640d25bf688 Mon Sep 17 00:00:00 2001 From: Evgeniy Dushistov Date: Wed, 10 Jul 2013 10:27:20 +0000 Subject: [PATCH] fix build with clang's scan-build --- src/stardict_lib.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stardict_lib.cpp b/src/stardict_lib.cpp index 02feed2..25f1b5e 100644 --- a/src/stardict_lib.cpp +++ b/src/stardict_lib.cpp @@ -2,6 +2,7 @@ # include "config.h" #endif +#include #include #include #include