mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-21 05:43:10 -07:00
Include cstdint in CalcErr.h for uint32_t et al (#1892)
This commit is contained in:
parent
172a370722
commit
d9a32fdf4f
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue