From 447a8debd5eed360679160a63c8024779f6188e8 Mon Sep 17 00:00:00 2001 From: lganzzzo Date: Tue, 16 Nov 2021 03:54:46 +0200 Subject: [PATCH] update to the latest oatpp API. --- src/oatpp-postgresql/Executor.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/oatpp-postgresql/Executor.cpp b/src/oatpp-postgresql/Executor.cpp index 642f09a..5bc94d2 100644 --- a/src/oatpp-postgresql/Executor.cpp +++ b/src/oatpp-postgresql/Executor.cpp @@ -31,7 +31,6 @@ #include "oatpp/orm/Transaction.hpp" -#include "oatpp/core/data/stream/ChunkedBuffer.hpp" #include "oatpp/core/macro/codegen.hpp" #include