Skip to content

Commit f36c011

Browse files
committed
"ut.hpp" file is missing. Add boost lib
1 parent 63e5471 commit f36c011

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/modules/ROOT/examples/02-environment.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#include <feel/feelcore/environment.hpp>
22
#include "ut.hpp"
33

4+
// Just for information "ut.hpp" file is missing. Do not forget to install the lib boots
5+
// https://github.com/boost-ext/ut/tree/master
6+
47
int main( int argc, char* argv[] )
58
{
69
using namespace Feel;

0 commit comments

Comments
 (0)