Skip to content

Commit

Permalink
add missing header
Browse files Browse the repository at this point in the history
  • Loading branch information
takenori-y committed Jul 30, 2021
1 parent 976cf4b commit ae617ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/conversion/filter_coefficients_to_spectrum.cc
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@

#include "SPTK/conversion/filter_coefficients_to_spectrum.h"

#include <algorithm> // std::copy, std::fill, std::transform
#include <cfloat> // DBL_MAX
#include <cstddef> // std::size_t
#include <algorithm> // std::copy, std::fill, std::transform
#include <cfloat> // DBL_MAX
#include <cstddef> // std::size_t

namespace sptk {

Expand Down
1 change: 1 addition & 0 deletions src/math/gaussian_mixture_model_based_conversion.cc
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
#include "SPTK/math/gaussian_mixture_model_based_conversion.h"

#include <algorithm> // std::copy, std::max_element
#include <cstddef> // std::size_t

#include "SPTK/math/gaussian_mixture_modeling.h"

Expand Down

0 comments on commit ae617ed

Please sign in to comment.