Skip to content

Commit 459e2b1

Browse files
committed
(Hopefully) fixed missing definition of memset when compiling with oneapi compiler
1 parent 2fd0c21 commit 459e2b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/chimbuko/core/util/ADIOS2parseUtils.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <thread>
99
#include <set>
1010
#include <regex>
11+
#include <cstring>
1112
#include <chimbuko/core/util/string.hpp>
1213

1314
namespace chimbuko{

0 commit comments

Comments
 (0)