From b88992fd00df7b8c243bc0e7d577ef2aa9437c3f Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 25 Nov 2018 23:11:06 +0800 Subject: Reorganize headers and add memory leak check. --- src/exception.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/exception.hpp') diff --git a/src/exception.hpp b/src/exception.hpp index 68558478..b8cef604 100644 --- a/src/exception.hpp +++ b/src/exception.hpp @@ -1,5 +1,8 @@ #pragma once +// ReSharper disable once CppUnusedIncludeDirective +#include "pre.hpp" + #include "system_headers.hpp" #include -- cgit v1.2.3