1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

Merge pull request #2173 from longyap/dev

add #include <cstdint>
This commit is contained in:
Jason Rhinelander 2023-05-11 10:12:01 -03:00 committed by GitHub
commit 559fa8aec4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
#pragma once
#include <cstdint>
#include <algorithm>
#include <atomic>
#include <cassert>