Include cstdint in CalcErr.h for uint32_t et al (#1892)

This commit is contained in:
Michał Janiszewski 2022-09-23 00:22:59 +02:00 committed by GitHub
commit d9a32fdf4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,8 @@
#pragma once #pragma once
#include <cstdint>
// CalcErr.h // CalcErr.h
// //
// Defines the error codes thrown by ratpak and caught by Calculator // Defines the error codes thrown by ratpak and caught by Calculator