Include with <> instead of "".

This commit is contained in:
tastytea 2019-08-16 17:55:29 +02:00
parent 90ace582bf
commit 561995dadb
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
#include <Poco/StreamCopier.h>
#include <Poco/URI.h>
#include <Poco/Environment.h>
#include "Poco/Exception.h"
#include <Poco/Exception.h>
#include "version.hpp"
#include "uri.hpp"