Skip to content

Commit 11b0ff7

Browse files
committed
Make sure that bandicoot is included if needed.
1 parent 19b13e5 commit 11b0ff7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/test_types.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
* the 3-clause BSD license along with ensmallen. If not, see
88
* http://www.opensource.org/licenses/BSD-3-Clause for more information.
99
*/
10+
#if defined(ENS_USE_COOT)
11+
#include <armadillo>
12+
#include <bandicoot>
13+
#endif
1014
#include <ensmallen.hpp>
1115
#include "test_types.hpp"
1216

0 commit comments

Comments
 (0)