Skip to content

Commit

Permalink
[fix] use math instead of math.h
Browse files Browse the repository at this point in the history
  • Loading branch information
endyul committed Aug 18, 2015
1 parent bef6c44 commit f603504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/decoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "utils/math/sparsevec.h"
#include "utils/math/featurevec.h"
#include "utils/logging.hpp"
#include "math.h"
#include <cmath>

namespace ltp {
namespace framework {
Expand Down

0 comments on commit f603504

Please sign in to comment.