diff options
| author | Billy O'Neal <bion@microsoft.com> | 2020-05-26 22:50:28 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-26 22:50:28 -0700 |
| commit | 7e4ab7967a92fe8dfe889b039425348b8c471030 (patch) | |
| tree | 25b50ea6d6cf1804e568c90840c33d25c5c0a6ad /ports/telnetpp/CONTROL | |
| parent | d4b6f751b77ff12c94589ee3818e35b105fc40cf (diff) | |
| download | vcpkg-7e4ab7967a92fe8dfe889b039425348b8c471030.tar.gz vcpkg-7e4ab7967a92fe8dfe889b039425348b8c471030.zip | |
[telnetpp] Add missing <ostream> for Visual Studio 2019 16.6 (#11573)
* [telnetpp] Add missing <ostream> for Visual Studio 2019, previously submitted as https://patch-diff.githubusercontent.com/raw/KazDragon/telnetpp/pull/215
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
Diffstat (limited to 'ports/telnetpp/CONTROL')
| -rw-r--r-- | ports/telnetpp/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/telnetpp/CONTROL b/ports/telnetpp/CONTROL index ffb5ef01a..3118d13bc 100644 --- a/ports/telnetpp/CONTROL +++ b/ports/telnetpp/CONTROL @@ -1,5 +1,5 @@ Source: telnetpp
-Version: 2.0-3
+Version: 2.0-4
Homepage: https://github.com/KazDragon/telnetpp
Description: Telnet++ is an implementation of the Telnet Session Layer protocol using C++14
Build-Depends: boost-container, boost-signals2, boost-variant, gsl-lite, boost-exception
@@ -8,4 +8,4 @@ Supports: !uwp Feature: zlib
Description: Zlib support
-Build-Depends: zlib
\ No newline at end of file +Build-Depends: zlib
|
