diff --git a/src/mlpack/methods/ann/layer/add_merge_impl.hpp b/src/mlpack/methods/ann/layer/add_merge_impl.hpp index 0ef62c2d0a..583a4c1bee 100644 --- a/src/mlpack/methods/ann/layer/add_merge_impl.hpp +++ b/src/mlpack/methods/ann/layer/add_merge_impl.hpp @@ -14,7 +14,7 @@ #define MLPACK_METHODS_ANN_LAYER_ADD_MERGE_IMPL_HPP // In case it hasn't yet been included. -#include "add_merge_impl.hpp" +#include "add_merge.hpp" namespace mlpack { namespace ann /** Artificial Neural Network. */ {