From cddddc4d5597e5d59dbc7d669c4800f2d1991ef7 Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Wed, 12 Aug 2020 21:46:11 -0700 Subject: [PATCH] Add missing header file to MNIST.cpp (#4773) Resolve #4766 --- samples/c_cxx/MNIST/MNIST.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/c_cxx/MNIST/MNIST.cpp b/samples/c_cxx/MNIST/MNIST.cpp index 08e69ce51e..d68fe0db19 100644 --- a/samples/c_cxx/MNIST/MNIST.cpp +++ b/samples/c_cxx/MNIST/MNIST.cpp @@ -6,6 +6,7 @@ #include #include #include +#include #pragma comment(lib, "user32.lib") #pragma comment(lib, "gdi32.lib")