From 626e2a654e569412000757fb64c44f8d08d13f4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Tue, 10 Dec 2013 23:40:24 +0100 Subject: [PATCH] added missing include (compilation issues in some platforms) --- YACReaderLibrary/db_helper.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/YACReaderLibrary/db_helper.cpp b/YACReaderLibrary/db_helper.cpp index dd97c3a5..5e97e409 100644 --- a/YACReaderLibrary/db_helper.cpp +++ b/YACReaderLibrary/db_helper.cpp @@ -12,6 +12,8 @@ #include #include +#include + #include "library_item.h" #include "comic_db.h" #include "data_base_management.h"