From b23298f6b8ebc888eba28e0f2333f6a59ddeff1c Mon Sep 17 00:00:00 2001 From: Louis Jean Date: Mon, 30 May 2022 12:36:06 +0000 Subject: [PATCH] fix: add missing headers in predict_out.hpp --- src/dto/predict_out.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/dto/predict_out.hpp b/src/dto/predict_out.hpp index 04ba59e0b..6ea2f4cc1 100644 --- a/src/dto/predict_out.hpp +++ b/src/dto/predict_out.hpp @@ -22,6 +22,9 @@ #ifndef DTO_PREDICT_OUT_HPP #define DTO_PREDICT_OUT_HPP +#include +#include + #include "oatpp/core/Types.hpp" #include "oatpp/core/macro/codegen.hpp"