We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b13e5 commit 11b0ff7Copy full SHA for 11b0ff7
1 file changed
tests/test_types.cpp
@@ -7,6 +7,10 @@
7
* the 3-clause BSD license along with ensmallen. If not, see
8
* http://www.opensource.org/licenses/BSD-3-Clause for more information.
9
*/
10
+#if defined(ENS_USE_COOT)
11
+ #include <armadillo>
12
+ #include <bandicoot>
13
+#endif
14
#include <ensmallen.hpp>
15
#include "test_types.hpp"
16
0 commit comments