Fix to compile for Linux
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
a7c1481f87
commit
ad07539cb6
@ -5,7 +5,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <stdex/sal.hpp>
|
||||
#include <stdex/compat.hpp>
|
||||
#include <iconv.h>
|
||||
#include <cstring>
|
||||
#include <stdexcept>
|
||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user