我收到了错误:
In file included from sourcefile.cpp:35:0: myrandom.h:10:45: fatal error: boost/random/mersenne_twister.hpp: No such file or directory compilation terminated.
当我尝试使用以下代码编译源文件时
g++ -o sourcefile sourcefile.cpp -I/cygdrive/c/Users/myname/Documents/Libraries/boost_1_55_0/ -L/cygdrive/c/Users/myname/Documents/Libraries/boost_1_55_0/libs/ -Wall -O0
我之前没有遇到过这个问题,而且一切正常。我不确定什么是错的,它让我疯了。你能帮我解决一下吗?