db_bridge/include/postgresql_db.h
changeset 40 be3f5582b839
parent 34 4a35f239fe5b
equal deleted inserted replaced
39:46d7ec9d63bd 40:be3f5582b839
     4  */
     4  */
     5 
     5 
     6 #ifndef POSTGRESQL_DB_H
     6 #ifndef POSTGRESQL_DB_H
     7 #define POSTGRESQL_DB_H
     7 #define POSTGRESQL_DB_H
     8 
     8 
     9 #include <cstdlib>
       
    10 #include <iostream>
     9 #include <iostream>
    11 #include <abstract_db.h>
    10 #include <abstract_db.h>
    12 
    11 
    13 #include <postgresql/libpq-fe.h>
    12 #include <postgresql/libpq-fe.h>
    14 
    13