From f46e45c26318fa6d8a1103f2e471ed6c19f5fba8 Mon Sep 17 00:00:00 2001 From: Nick Guiffrida Date: Fri, 30 Sep 2016 21:08:30 -0700 Subject: [PATCH] Include unitstd.h in src/stream_engine.cpp for close system call --- src/stream_engine.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stream_engine.cpp b/src/stream_engine.cpp index ca1cdab9..319a006a 100644 --- a/src/stream_engine.cpp +++ b/src/stream_engine.cpp @@ -31,6 +31,7 @@ #include "macros.hpp" #include +#include #include #include