Skip to content

Commit

Permalink
include <numeric> for std::itoa on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
xiamx committed May 16, 2017
1 parent fb09889 commit 738dc16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/fasttext.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <vector>
#include <queue>
#include <algorithm>
#include <numeric>


namespace fasttext {
Expand Down
1 change: 1 addition & 0 deletions src/productquantizer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

#include <algorithm>
#include <iostream>
#include <numeric>

namespace fasttext {

Expand Down

0 comments on commit 738dc16

Please sign in to comment.