Add headers missing for compilation with GCC (#1468)
Things that required such update included: * `wstringstream` * `setprecision` * `SCODE_CODE`, `E_BOUNDS` * Various SAL macros
This commit is contained in:
parent
007eccd940
commit
d4be50490f
@ -4,6 +4,7 @@
|
||||
#include "Header Files/CalcEngine.h"
|
||||
#include "Command.h"
|
||||
#include "ExpressionCommand.h"
|
||||
#include "winerror_cross_platform.h"
|
||||
|
||||
constexpr int ASCII_0 = 48;
|
||||
|
||||
|
@ -13,7 +13,9 @@
|
||||
* Author:
|
||||
\****************************************************************************/
|
||||
|
||||
#include <iomanip>
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
#include "Header Files/CalcEngine.h"
|
||||
#include "Header Files/CalcUtils.h"
|
||||
#include "NumberFormattingUtils.h"
|
||||
|
@ -17,6 +17,7 @@
|
||||
/*** ***/
|
||||
/**************************************************************************/
|
||||
#include "Header Files/CalcEngine.h"
|
||||
#include "winerror_cross_platform.h"
|
||||
|
||||
using namespace std;
|
||||
using namespace CalcEngine;
|
||||
|
@ -6,6 +6,7 @@
|
||||
#include <memory> // for std::shared_ptr
|
||||
#include <vector>
|
||||
#include "Command.h"
|
||||
#include "sal_cross_platform.h"
|
||||
|
||||
class ISerializeCommandVisitor;
|
||||
|
||||
|
@ -4,6 +4,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include "sal_cross_platform.h"
|
||||
|
||||
namespace CalcManager::NumberFormattingUtils
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user