about summary refs log tree commit diff stats
path: root/src/sqliteinterface.hpp
diff options
context:
space:
mode:
authorComradeCrow <comradecrow@vivaldi.net>2023-04-18 20:44:50 -0700
committerComradeCrow <comradecrow@vivaldi.net>2023-04-18 20:44:50 -0700
commitdf6ccef6603d81fe140bfd7c726a1b1e1f72f097 (patch)
tree7bfe644bc55d41084fa7f03e34df5a7e6efff1b3 /src/sqliteinterface.hpp
parent772637e0947286e54ab97b8d55ad2c05fe9a1c86 (diff)
downloadytcpp-df6ccef6603d81fe140bfd7c726a1b1e1f72f097.tar.gz
start adding structs
Diffstat (limited to 'src/sqliteinterface.hpp')
-rw-r--r--src/sqliteinterface.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sqliteinterface.hpp b/src/sqliteinterface.hpp
index a7f469e..6a38d2c 100644
--- a/src/sqliteinterface.hpp
+++ b/src/sqliteinterface.hpp
@@ -1,7 +1,7 @@
-#ifndef invapi
-#define invapi
-#include "sqliteinterface.cpp"
-
+#ifndef SQLITEINTERFACE_H
+#define SQLITEINTERFACE_H
+#include <string>
+#include <sqlite3.h>
  
 
 #endif  
\ No newline at end of file