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/ParameterTree.cpp')
-rw-r--r--src/microsoft/shortlist/utils/ParameterTree.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/microsoft/shortlist/utils/ParameterTree.cpp b/src/microsoft/shortlist/utils/ParameterTree.cpp
index 465d2e0d..b7396b5e 100644
--- a/src/microsoft/shortlist/utils/ParameterTree.cpp
+++ b/src/microsoft/shortlist/utils/ParameterTree.cpp
@@ -5,6 +5,7 @@
#include "microsoft/shortlist/utils/StringUtils.h"
#include "microsoft/shortlist/utils/Converter.h"
+namespace marian {
namespace quicksand {
#include "microsoft/shortlist/logging/LoggerMacros.h"
@@ -414,4 +415,4 @@ void ParameterTree::ReplaceVariablesInternal(
}
} // namespace quicksand
-
+} // namespace marian \ No newline at end of file