Add missing header file to MNIST.cpp (#4773)

Resolve #4766
This commit is contained in:
Changming Sun 2020-08-12 21:46:11 -07:00 committed by GitHub
parent a69ca63895
commit cddddc4d55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,7 @@
#include <onnxruntime_cxx_api.h>
#include <array>
#include <cmath>
#include <algorithm>
#pragma comment(lib, "user32.lib")
#pragma comment(lib, "gdi32.lib")