mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-24 19:43:35 +00:00
Include io_win32.h only if builds on windows (#1587)
* Include io_win32.h only if builds on windows * looks like include order matters
This commit is contained in:
parent
69baf9e800
commit
df9b1b8ec8
1 changed files with 2 additions and 0 deletions
|
|
@ -49,7 +49,9 @@
|
|||
#include <google/protobuf/stubs/common.h>
|
||||
#include <google/protobuf/stubs/logging.h>
|
||||
#include <google/protobuf/stubs/stl_util.h>
|
||||
#ifdef _WIN32
|
||||
#include <google/protobuf/stubs/io_win32.h>
|
||||
#endif
|
||||
#include "protobuf_parsing_utils.h"
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue