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
1 changed files with 1 additions and 1 deletions

View File

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