mkldnn_memory_solver.hpp: include stdint.h to avoid build error (#729)
authorLiweiSong <2005songliwei@163.com>
Wed, 3 Jun 2020 12:19:29 +0000 (20:19 +0800)
committerGitHub <noreply@github.com>
Wed, 3 Jun 2020 12:19:29 +0000 (15:19 +0300)
commit63a77bb4a18d4d95f8056a88027468360af091d4
tree06de70b85edfdc66b138fffaa0b776ae021b93d4
parent7edebd8d878c82ac01ee63f1ed0e5bbf91b922cd
mkldnn_memory_solver.hpp: include stdint.h to avoid build error (#729)

fix the following compile error:

inference-engine/src/mkldnn_plugin/mkldnn_memory_solver.hpp:60:9: error: 'int64_t' does not name a type
|    60 |         int64_t size;
|       |         ^~~~~~~

include stdint.h to fix this.

Signed-off-by: Liwei Song <liwei.song@windriver.com>
inference-engine/src/mkldnn_plugin/mkldnn_memory_solver.hpp