From 256dedfa1e48518fe8b5e2e6a15ccfaac8d8f433 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Fri, 1 Nov 2013 21:36:36 +0100 Subject: [PATCH] Fix Linux build of "example1" --- examples/example1/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/example1/main.cpp b/examples/example1/main.cpp index a83baab..5ce6a87 100644 --- a/examples/example1/main.cpp +++ b/examples/example1/main.cpp @@ -13,6 +13,7 @@ #include #include #include +#include #include "../../src/SQLiteC++.h"