add include of boost/version.hpp to seed_rng.cpp for version check
This commit is contained in:
parent
c63191bb07
commit
33f8585057
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
*/
|
||||
|
||||
#include "seed_rng.hpp"
|
||||
#include <boost/version.hpp>
|
||||
|
||||
/*****
|
||||
Use preprocessor tests to decide whether to try to include and
|
||||
|
|
Loading…
Add table
Reference in a new issue