mirror of
https://github.com/boostorg/utility.git
synced 2025-07-31 05:17:27 +02:00
Add <cstdio> for EOF; detabify, remove trailing whitespace
This commit is contained in:
@ -12,6 +12,7 @@
|
||||
#include <cstddef> // for NULL, std::size_t, std::ptrdiff_t
|
||||
#include <cstring> // for std::strchr and std::strcmp
|
||||
#include <cstdlib> // for std::malloc and std::free
|
||||
#include <cstdio> // for EOF
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/utility/string_view.hpp>
|
||||
|
Reference in New Issue
Block a user