mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
Add <climits> and <cmath> includes
This commit is contained in:
parent
3048a8af0b
commit
b3694fa291
2 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
|||
#include "CalculatorManager.h"
|
||||
#include "CalculatorResource.h"
|
||||
|
||||
#include <climits>
|
||||
|
||||
using namespace std;
|
||||
using namespace CalcEngine;
|
||||
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
#include "Command.h"
|
||||
#include "UnitConverter.h"
|
||||
|
||||
#include <cmath>
|
||||
|
||||
using namespace std;
|
||||
using namespace UnitConversionManager;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue