size_t.hpp 353 B

12345678910111213
  1. // size_t.h
  2. // Copyright (c) 2007-2009 Ben Hanson (http://www.benhanson.net/)
  3. //
  4. // Distributed under the Boost Software License, Version 1.0. (See accompanying
  5. // file licence_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  6. #ifndef BOOST_LEXER_SIZE_T_H
  7. #define BOOST_LEXER_SIZE_T_H
  8. #include <stddef.h> // ptrdiff_t
  9. #include <string>
  10. #endif