From 6f79f5302fe32e52e34689fd4d62a61f74424a44 Mon Sep 17 00:00:00 2001 From: Yang Zhang Date: Fri, 20 Dec 2019 12:07:31 +0800 Subject: [PATCH] Remove GCC specific header --- src/binding.cc | 2 +- src/nms.cc | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/binding.cc b/src/binding.cc index 668ab933d..445f853f3 100644 --- a/src/binding.cc +++ b/src/binding.cc @@ -1,4 +1,4 @@ -#include +#include #include #include #include diff --git a/src/nms.cc b/src/nms.cc index d83fae454..84122685c 100644 --- a/src/nms.cc +++ b/src/nms.cc @@ -1,4 +1,5 @@ -#include +#include +#include namespace nms { -- GitLab