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

github.com/moses-smt/mgiza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mgizapp/src/mkcls/KategProblemKBC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mgizapp/src/mkcls/KategProblemKBC.cpp b/mgizapp/src/mkcls/KategProblemKBC.cpp
index 10a10d9..a416bd9 100644
--- a/mgizapp/src/mkcls/KategProblemKBC.cpp
+++ b/mgizapp/src/mkcls/KategProblemKBC.cpp
@@ -29,7 +29,7 @@ USA.
#include "KategProblem.h"
#ifdef WIN32
-#include <boost\math\special_functions\erf.hpp>
+#include <boost/math/special_functions/erf.hpp>
using namespace boost::math;
#endif