Skip to content
Snippets Groups Projects
Unverified Commit 46cc831c authored by Benjamin Cumming's avatar Benjamin Cumming Committed by GitHub
Browse files

Add missing cstdint include (#970)

* Add missing `#include <cstdint>` in `common_types.hpp`.
parent fb5d4ea7
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@
*/
#include <cstddef>
#include <cstdint>
#include <functional>
#include <limits>
#include <iosfwd>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment