Skip to content

Commit

Permalink
fix: add missing cstdint include (#43)
Browse files Browse the repository at this point in the history
fixes building on ubuntu 24.04
  • Loading branch information
francisdb authored Apr 16, 2024
1 parent 6045a3e commit 0b58af9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/DMDUtil/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#endif

#include <cstdarg>
#include <cstdint>
#include <string>

typedef enum
Expand Down

0 comments on commit 0b58af9

Please sign in to comment.