comparison Framework/PostgreSQL/PostgreSQLResult.cpp @ 105:eefbcee7bd78

fix build on OS X
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 22 Jan 2019 15:16:05 +0100
parents 9263b3de37ed
children 5765cc5fd268
comparison
equal deleted inserted replaced
104:0a713ffdf842 105:eefbcee7bd78
17 * You should have received a copy of the GNU Affero General Public License 17 * You should have received a copy of the GNU Affero General Public License
18 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 **/ 19 **/
20 20
21 21
22 #include "PostgreSQLResult.h"
22 #include "PostgreSQLIncludes.h" 23 #include "PostgreSQLIncludes.h"
23 #include "PostgreSQLResult.h"
24 24
25 #include "../Common/BinaryStringValue.h" 25 #include "../Common/BinaryStringValue.h"
26 #include "../Common/FileValue.h" 26 #include "../Common/FileValue.h"
27 #include "../Common/Integer64Value.h" 27 #include "../Common/Integer64Value.h"
28 #include "../Common/NullValue.h" 28 #include "../Common/NullValue.h"