From 65094025580fc94af0be0e031143c84c01fa7b7a Mon Sep 17 00:00:00 2001 From: Bruno Turcksin Date: Tue, 1 Nov 2016 15:33:48 -0400 Subject: [PATCH] Add an include file necessary when not using multithreading. --- source/base/exceptions.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/source/base/exceptions.cc b/source/base/exceptions.cc index 405c597cc1..c10f3baeb9 100644 --- a/source/base/exceptions.cc +++ b/source/base/exceptions.cc @@ -16,6 +16,7 @@ #include #include #include +#include #include #include #include -- 2.39.5