From 561995dadb180b38566b565b0f560bf70cd40c48 Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 16 Aug 2019 17:55:29 +0200 Subject: [PATCH] Include with <> instead of "". --- src/lib/uri.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/uri.cpp b/src/lib/uri.cpp index da8100d..4b06a9c 100644 --- a/src/lib/uri.cpp +++ b/src/lib/uri.cpp @@ -28,7 +28,7 @@ #include #include #include -#include "Poco/Exception.h" +#include #include "version.hpp" #include "uri.hpp"