File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717#include < memory> // For uninitialized_move/copy and std::unique_ptr.
1818#include < assert.h>
1919#include < algorithm>
20+ #include < stdexcept>
2021
2122#if USE_CPP_MODULES
2223 // import std.core;
Original file line number Diff line number Diff line change 44#include " precomp.h"
55#include < string>
66#include < stdint.h>
7+ #include < stdexcept>
78#include " Common.h"
89
910#if USE_CPP_MODULES
Original file line number Diff line number Diff line change @@ -167,7 +167,6 @@ class MainWindow
167167 TextEscapeMode textEscapeMode_ = TextEscapeModeNone;
168168
169169 std::vector<DrawableObjectAndValues> drawableObjects_;
170-
171170};
172171
173172DEFINE_ENUM_FLAG_OPERATORS (MainWindow::NeededUiUpdate);
Original file line number Diff line number Diff line change 11/*
2- todo:::
32-Custom font fallback
43-Custom font collection
54-EDIT/RichEdit
Original file line number Diff line number Diff line change 7575#include < functional>
7676#include < map>
7777#include < array>
78+ #include < clocale>
79+ #include < stdexcept>
7880
7981// ////////////////////////////
8082// Windows Header Files:
You can’t perform that action at this time.
0 commit comments