Skip to content

Commit 934dda1

Browse files
authored
Update 02-environment.cpp
Info : ut.hpp missing ut.hpp" file is missing. Do not forget to install the lib. https://github.com/boost-ext/ut/blob/master/include/boost/ut.hpp
1 parent 63e5471 commit 934dda1

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,5 +1,8 @@
11
#include <feel/feelcore/environment.hpp>
22
#include "ut.hpp"
3+
// "ut.hpp" file is missing. Do not forget to install the lib.
4+
// https://github.com/boost-ext/ut/blob/master/include/boost/ut.hpp
5+
36

47
int main( int argc, char* argv[] )
58
{

0 commit comments

Comments
 (0)