Fix to compile for Linux

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
Simon Rozman 2023-11-08 13:50:01 +01:00
parent a7c1481f87
commit ad07539cb6
3 changed files with 2 additions and 12 deletions

View File

@ -5,7 +5,7 @@
#pragma once
#include <stdex/sal.hpp>
#include <stdex/compat.hpp>
#include <iconv.h>
#include <cstring>
#include <stdexcept>

View File

@ -12,16 +12,6 @@ namespace ZRCola {
class translation_db;
}
///
/// Reads translation database from a stream
///
/// \param[in ] stream Input stream
/// \param[out] db Translation database
///
/// \returns The stream \p stream
///
inline std::istream& operator >>(_In_ std::istream& stream, _Out_ ZRCola::translation_db &db);
#include <algorithm>
#include <istream>
#include <ostream>

@ -1 +1 @@
Subproject commit fedeef0beaaf9206c38026a110f56645da964803
Subproject commit ee8f54ee5f123f8227700d44ac121bd4ba18c0be