From 9f4986e90ef108051cc2d3c64232a72c8dae1fdc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Tue, 19 Feb 2019 18:53:21 +0100
Subject: [PATCH] Add missing Dynare++ header file to MEX builds

---
 mex/build/libdynare++.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mex/build/libdynare++.am b/mex/build/libdynare++.am
index 4ff70d65c..3f0029612 100644
--- a/mex/build/libdynare++.am
+++ b/mex/build/libdynare++.am
@@ -128,6 +128,7 @@ INTEG_SRCS = \
 	$(TOPDIR)/integ/cc/precalc_quadrature.hh
 
 UTILS_SRCS = \
+	$(TOPDIR)/utils/cc/exception.hh \
 	$(TOPDIR)/utils/cc/pascal_triangle.cc \
 	$(TOPDIR)/utils/cc/pascal_triangle.hh \
 	$(TOPDIR)/utils/cc/int_power.cc \
-- 
GitLab