From 248bc6e71edd52360a9b5ed017a2fdf0caaef14f Mon Sep 17 00:00:00 2001
From: Chuck Atkins <chuck.atkins@kitware.com>
Date: Thu, 30 Mar 2017 17:12:14 -0400
Subject: [PATCH] Fix missing header

---
 source/format/BP1Aggregator.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/source/format/BP1Aggregator.cpp b/source/format/BP1Aggregator.cpp
index 01849b7a1..442c22f61 100644
--- a/source/format/BP1Aggregator.cpp
+++ b/source/format/BP1Aggregator.cpp
@@ -10,6 +10,7 @@
 
 /// \cond EXCLUDE_FROM_DOXYGEN
 #include <fstream>
+#include <stdexcept>
 #include <vector>
 /// \endcond
 
-- 
GitLab