Add a missing header (#243)

This commit is contained in:
Changming Sun 2018-12-21 19:06:09 -08:00 committed by GitHub
parent 79c623bece
commit 698ebf13a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@
// Licensed under the MIT License.
#include <typeinfo>
#include <math.h> //for fabs
#include "core/framework/data_types.h"
#include "core/graph/onnx_protobuf.h"