Skip to content

Commit 564544c

Browse files
committed
include constant for trials
1 parent a4ff4b3 commit 564544c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

linbox/algorithms/blackbox-container-base.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
// - wait : waits for the end of the current computation
3333
// ================================================================
3434

35-
35+
#include "linbox/solutions/constants.h"
3636
#include "linbox/vector/vector-domain.h"
3737

3838
namespace LinBox

linbox/algorithms/blackbox-container.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
#include "linbox/randiter/archetype.h"
3434
#include "linbox/algorithms/blackbox-container-base.h"
3535
#include "linbox/util/timer.h"
36+
#include "linbox/solutions/constants.h"
3637

3738
namespace LinBox
3839
{

0 commit comments

Comments
 (0)