2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 01:46:15 +01:00
waf/playground/pch/b.h

11 lines
119 B
C

#ifndef B_H
#define B_H
#warning "testpch: b.h"
#ifdef HAS_MY_BOOST
#include <boost/asio.hpp>
#endif
#endif // B_H