Include string header to resolve undefined type error.

This commit is contained in:
Marcus Edel
2021-04-16 22:28:31 +02:00
parent 2e0eb7882f
commit 0bd163d4a4
2 changed files with 3 additions and 1 deletions
@@ -9,9 +9,9 @@
* 3-clause BSD license along with mlpack. If not, see
* http://www.opensource.org/licenses/BSD-3-Clause for more information.
*/
#include <string>
#define BINDING_TYPE BINDING_TYPE_TEST
static const std::string testName = "GmmProbability";
#include <mlpack/core.hpp>
@@ -9,6 +9,8 @@
* 3-clause BSD license along with mlpack. If not, see
* http://www.opensource.org/licenses/BSD-3-Clause for more information.
*/
#include <string>
#define BINDING_TYPE BINDING_TYPE_TEST
static const std::string testName = "RangeSearchMain";