Skip to content

Commit 0502674

Browse files
committed
use the c header for ints
1 parent e940f13 commit 0502674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sfeTk/sfeTkError.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2727
#pragma once
2828

2929

30-
#include <cstdint>
30+
#include <stdint.h>
3131

3232
//
3333
// General Concept

0 commit comments

Comments
 (0)