From e37e72e2fa9352cafc034ed59ecf039aa88d3134 Mon Sep 17 00:00:00 2001 From: cvno Date: Fri, 1 Mar 2019 13:44:11 +0800 Subject: [PATCH] FIX undefined template error FIX Exception.hpp:46:23: error: implicit instantiation of undefined template --- navicat-patcher/Exception.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/navicat-patcher/Exception.hpp b/navicat-patcher/Exception.hpp index 0a82cd5..f519f5c 100644 --- a/navicat-patcher/Exception.hpp +++ b/navicat-patcher/Exception.hpp @@ -1,4 +1,7 @@ #pragma once +#include +#include +#include #include #include