commit | ca44b2f376ce66e7067baec89c151920ebe9c5b8 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Thu Oct 31 11:02:26 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Thu Oct 31 19:05:08 2019 +0000 |
tree | cb3ec3772b5eb9e8302d45fb7249f705cdd91f10 | |
parent | de65ef7107325bd77c746e1abb700f7b36241590 [diff] [blame] |
use quotes for local headers Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I95f247bd17cffab8b9ef3337f48336f8d7059c2d
diff --git a/include/Thresholds.hpp b/include/Thresholds.hpp index 37ce108..f1e7cc6 100644 --- a/include/Thresholds.hpp +++ b/include/Thresholds.hpp
@@ -1,5 +1,6 @@ #pragma once -#include <Utils.hpp> +#include "Utils.hpp" + #include <boost/asio/io_service.hpp> #include <nlohmann/json.hpp>