Made sure that the postgres module compiles

This commit is contained in:
Dr. Patrick Urbanke
2025-04-19 10:30:27 +02:00
parent c8ce5f682f
commit c63fd12e7b
3 changed files with 9 additions and 2 deletions

2
src/sqlgen_postgres.cpp Normal file
View File

@@ -0,0 +1,2 @@
#include "sqlgen/postgres/Connection.cpp"
#include "sqlgen/postgres/Iterator.cpp"