Sprout/sprout/preprocessor/stringize_all.hpp
bolero-MURAKAMI 89e2be54fa add stringize preprocessor
add random using
add some headers
2012-04-14 12:31:47 +09:00

11 lines
378 B
C++

#ifndef SPROUT_PREPROCESSOR_STRINGIZE_ALL_HPP
#define SPROUT_PREPROCESSOR_STRINGIZE_ALL_HPP
#include <sprout/config.hpp>
#include <sprout/preprocessor/stringize.hpp>
#include <sprout/preprocessor/wstringize.hpp>
#include <sprout/preprocessor/u16stringize.hpp>
#include <sprout/preprocessor/u32stringize.hpp>
#endif // #ifndef SPROUT_PREPROCESSOR_STRINGIZE_ALL_HPP