Skip to content

Commit

Permalink
Fix compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Oct 11, 2021
1 parent 22f2fb7 commit dccc927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions kaldifeat/csrc/test_kaldifeat.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
//
// Copyright (c) 2021 Xiaomi Corporation (authors: Fangjun Kuang)

#include "torch/all.h"
#include "torch/script.h"

static void TestPreemph() {
Expand Down
1 change: 1 addition & 0 deletions kaldifeat/python/csrc/kaldifeat.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#define KALDIFEAT_PYTHON_CSRC_KALDIFEAT_H_

#include "pybind11/pybind11.h"
#include "torch/torch.h"
namespace py = pybind11;

#endif // KALDIFEAT_PYTHON_CSRC_KALDIFEAT_H_

0 comments on commit dccc927

Please sign in to comment.