From f264e7ce166df916cfbe6f0c41d3fd87d4a6bc8b Mon Sep 17 00:00:00 2001 From: kiritow <1362050620@qq.com> Date: Sun, 16 Apr 2017 20:24:54 +0800 Subject: [PATCH] Fix include compile error --- MiniEngine_SQLite.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MiniEngine_SQLite.cpp b/MiniEngine_SQLite.cpp index 7133c3a..b595e3d 100644 --- a/MiniEngine_SQLite.cpp +++ b/MiniEngine_SQLite.cpp @@ -1,4 +1,4 @@ -#include "sqlite_wrapper.h" +#include "MiniEngine_SQLite.h" #include #include