blob: 2c9cdf753bfe85b38ce5fdc489fe6b15ade2f675 [file] [log] [blame]
#include <boost/thread.hpp>
int main(int argc, char** argv){
boost::thread th;
return 0;
}