1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2024-11-29 01:33:46 +00:00

connection.hpp is a public header.

This commit is contained in:
King_DuckZ 2015-12-31 01:13:26 +00:00
parent 1532d3c083
commit ed0fbac5e1
2 changed files with 1 additions and 1 deletions

View file

@ -15,7 +15,7 @@
* along with "dindexer". If not, see <http://www.gnu.org/licenses/>.
*/
#include "connection.hpp"
#include "pq/connection.hpp"
#include "pq/databaseexception.hpp"
#include "resultinfo.hpp"
#include <libpq-fe.h>