Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/microsoft/shortlist/utils/Converter.cpp')
-rw-r--r--src/microsoft/shortlist/utils/Converter.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/microsoft/shortlist/utils/Converter.cpp b/src/microsoft/shortlist/utils/Converter.cpp
index c28178cd..df44b338 100644
--- a/src/microsoft/shortlist/utils/Converter.cpp
+++ b/src/microsoft/shortlist/utils/Converter.cpp
@@ -1,5 +1,6 @@
#include "microsoft/shortlist/utils/Converter.h"
+namespace marian {
namespace quicksand {
#include "microsoft/shortlist/logging/LoggerMacros.h"
@@ -57,3 +58,4 @@ void Converter::HandleConversionError(const std::string& str, const char * type_
}
} // namespace quicksand
+} // namespace marian \ No newline at end of file