Include cstdint in CalcErr.h for uint32_t et al

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

View file

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