diff --git a/include/armadillo b/include/armadillo index 80213779..cae5573f 100644 --- a/include/armadillo +++ b/include/armadillo @@ -107,7 +107,7 @@ namespace arma #ifdef ARMA_RNG_ALT #include ARMA_INCFILE_WRAP(ARMA_RNG_ALT) #else - #include "armadillo_bits/arma_rng_cxx98.hpp" + #include "armadillo_bits/arma_rng_cxx03.hpp" #endif #include "armadillo_bits/arma_rng.hpp" diff --git a/include/armadillo_bits/arma_rng_cxx98.hpp b/include/armadillo_bits/arma_rng_cxx03.hpp similarity index 100% rename from include/armadillo_bits/arma_rng_cxx98.hpp rename to include/armadillo_bits/arma_rng_cxx03.hpp