Skip to content

Commit fd6e87f

Browse files
authored
Include <cstdint> for uint32_t in numpy_support.h
Differential Revision: D115313605 Pull Request resolved: #1609
1 parent 23d85ae commit fd6e87f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/spdl/io/lib/archive/numpy_support.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#pragma once
1010

11+
#include <cstdint>
1112
#include <memory>
1213
#include <string>
1314
#include <vector>

0 commit comments

Comments
 (0)