Skip to content

Commit

Permalink
Add missing headers toruntime (#215)
Browse files Browse the repository at this point in the history
This commits adds missing headers to runtime files.

Resolves: #180

Signed-off-by: Dmitrii Makarenko <[email protected]>
  • Loading branch information
Devjiu authored Feb 19, 2025
1 parent 9ae3f67 commit 2fa1c59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions third_party/cpu/runtime/cpu_runtime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <iostream>
#include <sstream>
#include <string>
#include <tuple>
#include <vector>

#define __STDC_WANT_IEC_60559_TYPES_EXT__
Expand Down
2 changes: 2 additions & 0 deletions third_party/cpu/runtime/runtime_onednn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@
#endif
#endif

#include <array>
#include <cassert>
#include <iostream>
#include <map>
#include <mutex>
#include <shared_mutex>
#include <sstream>
#include <vector>

#if defined(_MSC_VER)
#define EXPORT __declspec(dllexport)
Expand Down

0 comments on commit 2fa1c59

Please sign in to comment.