Skip to content

Commit

Permalink
fix(test): compile error in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Mar 5, 2019
1 parent bbef968 commit 7076d9e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/rime/dict/dict_compiler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
#include <boost/filesystem.hpp>
#include <cfloat>
#include <cmath>
#include <fstream>
#include <rime/algo/algebra.h>
#include <rime/algo/utilities.h>
Expand Down
1 change: 1 addition & 0 deletions src/rime/dict/user_dictionary.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
#include <algorithm>
#include <cfloat>
#include <cmath>
#include <boost/algorithm/string.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/scope_exit.hpp>
Expand Down
1 change: 1 addition & 0 deletions test/algebra_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
//
// 2012-01-19 GONG Chen <[email protected]>
//
#include <cmath>
#include <gtest/gtest.h>
#include <rime/common.h>
#include <rime/algo/algebra.h>
Expand Down
1 change: 1 addition & 0 deletions test/calculus_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
//
// 2012-01-17 GONG Chen <[email protected]>
//
#include <cmath>
#include <gtest/gtest.h>
#include <rime/common.h>
#include <rime/algo/calculus.h>
Expand Down

0 comments on commit 7076d9e

Please sign in to comment.