From 3d06b503d6528e5f7c22bb170470c7ab61637dcb Mon Sep 17 00:00:00 2001 From: John Tzanakakis Date: Mon, 27 Jul 2020 21:36:09 -0400 Subject: [PATCH] debugger compile fix --- mindspore/ccsrc/debug/debug_services.h | 1 + 1 file changed, 1 insertion(+) diff --git a/mindspore/ccsrc/debug/debug_services.h b/mindspore/ccsrc/debug/debug_services.h index 41400af1d5..f447ed17d8 100644 --- a/mindspore/ccsrc/debug/debug_services.h +++ b/mindspore/ccsrc/debug/debug_services.h @@ -16,6 +16,7 @@ #ifndef MINDSPORE_CCSRC_DEBUG_DEBUG_SERVICES_H_ #define MINDSPORE_CCSRC_DEBUG_DEBUG_SERVICES_H_ +#include #include #include #include