From 0db47c7528388833bfb16de2a448014743802864 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Thu, 10 Sep 2015 15:46:14 -0600 Subject: [PATCH] maxsonarez: add missing stdexcept header Signed-off-by: Jon Trulson Signed-off-by: Mihai Tudor Panu --- src/maxsonarez/maxsonarez.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/maxsonarez/maxsonarez.cxx b/src/maxsonarez/maxsonarez.cxx index 1dd010cc..51224662 100644 --- a/src/maxsonarez/maxsonarez.cxx +++ b/src/maxsonarez/maxsonarez.cxx @@ -23,6 +23,8 @@ */ #include +#include +#include #include "maxsonarez.h"