Skip to content

Commit 2fd0c21

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/chimbuko/core/ad/ADDataInterface.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22
#include <chimbuko_config.h>
3+
#include <cstdlib>
34
#include <vector>
45

56
namespace chimbuko {

0 commit comments

Comments
 (0)