Skip to content

Commit

Permalink
Merge pull request #130 from Amunhateb/fix-missing-cstdint
Browse files Browse the repository at this point in the history
Fix missing cstdint dependency
  • Loading branch information
bakwc committed May 23, 2024
2 parents 1ece237 + 136b95b commit a412620
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/handypack/handypack.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once

#include <cstdint>
#include <string>
#include <vector>
#include <list>
Expand Down

0 comments on commit a412620

Please sign in to comment.