Skip to content

Commit a217548

Browse files
authored
Add include of cstdint (#128)
1 parent 347f984 commit a217548

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/devSVG.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ extern "C" {
2929
#include <cpp11/protect.hpp>
3030
#include <string>
3131
#include <cstring>
32+
#include <cstdint>
3233
#include <iomanip>
3334
#include <sstream>
3435
#include <memory>

0 commit comments

Comments
 (0)