From a99e49b7505d2912d8699d4c791b8b30c194024b Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sun, 20 Aug 2017 22:15:35 +0800 Subject: minicargo - Makefile and posix_spawn --- tools/minicargo/helpers.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/minicargo/helpers.h') diff --git a/tools/minicargo/helpers.h b/tools/minicargo/helpers.h index 35e791f1..f2679ef4 100644 --- a/tools/minicargo/helpers.h +++ b/tools/minicargo/helpers.h @@ -1,6 +1,7 @@ #pragma once #include +#include namespace helpers { @@ -274,4 +275,4 @@ public: } }; -} // namespace helpers \ No newline at end of file +} // namespace helpers -- cgit v1.2.3