From 213189219cdad9a9d2b7326ab30a80f1a71380c3 Mon Sep 17 00:00:00 2001 From: liutuo Date: Thu, 14 Mar 2019 17:45:03 +0800 Subject: [PATCH] add errno.h to fix example --- mace/examples/cli/example.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/mace/examples/cli/example.cc b/mace/examples/cli/example.cc index 8ab0b0d4..8bcef97a 100644 --- a/mace/examples/cli/example.cc +++ b/mace/examples/cli/example.cc @@ -13,6 +13,7 @@ // limitations under the License. #include +#include #include #include #include -- GitLab