You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef B_H
|
|
#define B_H
|
|
|
|
#warning "testpch: b.h"
|
|
|
|
#ifdef HAS_MY_BOOST
|
|
#include <boost/asio.hpp>
|
|
#endif
|
|
|
|
#endif // B_H
|