branch: master
commit 8821428a48c7c8723179bc6c8875ed44017638e8
Author: rpplx <[email protected]>
Date: Wed Jul 12 23:14:24 2017 +0200
Added necessary header.
---
src/gmm/gmm_except.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/gmm/gmm_except.h b/src/gmm/gmm_except.h
index cbddf28..57047b7 100644
--- a/src/gmm/gmm_except.h
+++ b/src/gmm/gmm_except.h
@@ -39,6 +39,7 @@
#ifndef GMM_EXCEPT_H__
#define GMM_EXCEPT_H__
+#include <sstream>
#include "gmm_std.h"
#include "gmm_feedback_management.h"