Skip to content

Commit d8755b7

Browse files
authored
Merge pull request #7 from moritz-h/fix-gcc-13
Fix missing gcc-13 include
2 parents bfe8352 + 818e1f7 commit d8755b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: include/thinks/obj_io/obj_io.h

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#pragma once
66

77
#include <array>
8+
#include <cstdint>
89
#include <exception>
910
#include <iostream>
1011
#include <sstream>

0 commit comments

Comments
 (0)