From 91e4bf6e88e9f7b863617e71226ee12659f668cb Mon Sep 17 00:00:00 2001 From: Quanlong Date: Mon, 3 Jul 2017 17:33:35 +0800 Subject: [PATCH] fix: Include std headers --- channels/private/wrappers.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/channels/private/wrappers.hpp b/channels/private/wrappers.hpp index 30092814..1c1859da 100644 --- a/channels/private/wrappers.hpp +++ b/channels/private/wrappers.hpp @@ -5,6 +5,10 @@ *******************************************************************************/ #ifndef _WRAPPERS_HPP_ #define _WRAPPERS_HPP_ + +#include +#include + #ifdef MATLAB_MEX_FILE // wrapper functions if compiling from Matlab