Skip to content

Commit

Permalink
In src/futils.cpp Added #include <cstdint>
Browse files Browse the repository at this point in the history
(cherry picked from commit b5e9e90)
  • Loading branch information
bertwim authored and mergify[bot] committed May 16, 2024
1 parent 82a2dac commit 03436ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/futils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
// + standard includes
#include <algorithm>
#include <array>
#include <cstdint>
#include <cstring>
#include <sstream>
#include <stdexcept>
Expand Down

0 comments on commit 03436ce

Please sign in to comment.