Include string header to resolve undefined type error.
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user