terminal/src/tools
Michael Niksa 1ea08892f8
Add stdexcept header explicitly to u8u16test tool (#6226)
## Summary of the Pull Request
Adds implicit stdexcept header include to u8u16test tool.

## PR Checklist
* [x] Closes regression introduced when moving from VS 16.5 to VS 16.6 (which the CI did of its own accord)
* [x] I work here.
* [x] Built it.
* [x] No doc.
* [x] Am core contributor.

## Detailed Description of the Pull Request / Additional comments
In VS 16.5, the <stdexcept> header was pulled in by `<string>` or  `<string_view>` or `<array>` or `<algorithm>` implicitly. In VS 16.6, that's gone. No one wrote it in the header because it was just automatically there in the past. Now I wrote it in the header.

## Validation Steps Performed
* [x] Built it on my machine after upgrading to VS `16.6.0`.
* [x] Built it in CI.
2020-05-27 12:06:35 -07:00
..
buffersize Unify and clean up the common build properties (#3429) 2019-11-05 14:29:11 -08:00
closetest ci: spelling: update to 0.0.15a; update whitelist (#5413) 2020-04-21 14:07:04 -07:00
ColorTool Improve default foregrounds for Tango schemes (#5598) 2020-04-27 15:20:02 -07:00
echokey Make conechokey use ReadConsoleInputW by default (#5148) 2020-03-30 16:06:27 +00:00
fontlist Unify and clean up the common build properties (#3429) 2019-11-05 14:29:11 -08:00
integrity Merged PR 4235821: [Git2Git] Reflect some sources.dep changes from OS 2020-01-31 21:27:33 +00:00
lnkd Fix a bunch of spelling errors across the project (#4295) 2020-02-10 20:40:01 +00:00
nihilist Merged PR 4235821: [Git2Git] Reflect some sources.dep changes from OS 2020-01-31 21:27:33 +00:00
pixels Sync with latest inbox changes 2019-10-17 15:11:07 -07:00
scratch Unify and clean up the common build properties (#3429) 2019-11-05 14:29:11 -08:00
test add clang-format conf to the project, format the c++ code (#1141) 2019-06-11 13:27:09 -07:00
texttests Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
U8U16Test Add stdexcept header explicitly to u8u16test tool (#6226) 2020-05-27 12:06:35 -07:00
vtapp Remove unneeded whitespace (#5162) 2020-03-30 14:33:32 +00:00
vtpipeterm Change NULL to nullptr since they are pointers (#4960) 2020-03-20 20:35:12 +00:00
vttests Fix a bunch of spelling errors across the project (#4295) 2020-02-10 20:40:01 +00:00
dirs Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00