Add <cstdint> header inclusion in angleutils.h and output.h

This commit is contained in:
ownedbywuigi 2026-04-23 08:10:39 +01:00
commit 0467215439
2 changed files with 2 additions and 0 deletions

View file

@ -14,6 +14,7 @@
#include <climits>
#include <cstdarg>
#include <cstddef>
#include <cstdint>
#include <string>
#include <set>
#include <sstream>

View file

@ -11,6 +11,7 @@
#include <algorithm>
#include <cstring>
#include <cstdint>
#include <memory>
#include <string>