src/Connection.cpp
branchv_0
changeset 29 b0ef1e1dc9c8
parent 27 9441a517fa1f
child 30 629565ff82d3
--- a/src/Connection.cpp	Wed Dec 25 01:26:02 2019 +0100
+++ b/src/Connection.cpp	Wed Dec 25 01:37:05 2019 +0100
@@ -15,6 +15,8 @@
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <sqlite3.h>
+
 #include "Connection.h"
 
 namespace relpipe {