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

github.com/marian-nmt/sentencepiece.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaku Kudo <taku@google.com>2017-11-07 10:55:49 +0300
committerTaku Kudo <taku@google.com>2017-11-07 10:55:49 +0300
commit2e3386cbdf9f0fcf1ce60c64d808ab97938eff48 (patch)
tree6a06722b95961ff59a8bc2e7ba8973ab3e0979a6 /src/spm_decode_main.cc
parent9258c729bb545fb172d04538f7df5bccd625abbe (diff)
Enabled to build on Ubuntu 17.10
Diffstat (limited to 'src/spm_decode_main.cc')
-rw-r--r--src/spm_decode_main.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/spm_decode_main.cc b/src/spm_decode_main.cc
index 7166e1f..4561e07 100644
--- a/src/spm_decode_main.cc
+++ b/src/spm_decode_main.cc
@@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.!
+#include <functional>
#include "common.h"
#include "flags.h"
#include "sentencepiece.pb.h"