Include string header to resolve undefined type error.

This commit is contained in:
Marcus Edel
2021-04-16 21:26:45 +02:00
parent efdd5a1cbf
commit 2e0eb7882f
@@ -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 = "GmmGenerate";