From 369e5d555c3c937369b3194a42b701f980cd68ee Mon Sep 17 00:00:00 2001 From: King_DuckZ Date: Mon, 6 Jun 2022 13:11:03 +0200 Subject: [PATCH] Fix include --- include/vectorwrapper/vector_ostream.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vectorwrapper/vector_ostream.hpp b/include/vectorwrapper/vector_ostream.hpp index e62af83..455eaa3 100644 --- a/include/vectorwrapper/vector_ostream.hpp +++ b/include/vectorwrapper/vector_ostream.hpp @@ -16,7 +16,7 @@ #pragma once -#include "vectorwrapper.hpp" +#include "vectorwrapper/vectorwrapper.hpp" #include "size_type.hpp" #include