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 "Header Files/CalcEngine.h"
|
||||||
#include "Command.h"
|
#include "Command.h"
|
||||||
#include "ExpressionCommand.h"
|
#include "ExpressionCommand.h"
|
||||||
|
#include "winerror_cross_platform.h"
|
||||||
|
|
||||||
constexpr int ASCII_0 = 48;
|
constexpr int ASCII_0 = 48;
|
||||||
|
|
||||||
|
@ -13,7 +13,9 @@
|
|||||||
* Author:
|
* Author:
|
||||||
\****************************************************************************/
|
\****************************************************************************/
|
||||||
|
|
||||||
|
#include <iomanip>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <sstream>
|
||||||
#include "Header Files/CalcEngine.h"
|
#include "Header Files/CalcEngine.h"
|
||||||
#include "Header Files/CalcUtils.h"
|
#include "Header Files/CalcUtils.h"
|
||||||
#include "NumberFormattingUtils.h"
|
#include "NumberFormattingUtils.h"
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
/*** ***/
|
/*** ***/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
#include "Header Files/CalcEngine.h"
|
#include "Header Files/CalcEngine.h"
|
||||||
|
#include "winerror_cross_platform.h"
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace CalcEngine;
|
using namespace CalcEngine;
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
#include <memory> // for std::shared_ptr
|
#include <memory> // for std::shared_ptr
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include "Command.h"
|
#include "Command.h"
|
||||||
|
#include "sal_cross_platform.h"
|
||||||
|
|
||||||
class ISerializeCommandVisitor;
|
class ISerializeCommandVisitor;
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include "sal_cross_platform.h"
|
||||||
|
|
||||||
namespace CalcManager::NumberFormattingUtils
|
namespace CalcManager::NumberFormattingUtils
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user