]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/boost/spirit/home/support/detail/lexer/size_t.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / spirit / home / support / detail / lexer / size_t.hpp
CommitLineData
7c673cae
FG
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)
f67539c2
TL
6#ifndef BOOST_SPIRIT_SUPPORT_DETAIL_LEXER_SIZE_T_HPP
7#define BOOST_SPIRIT_SUPPORT_DETAIL_LEXER_SIZE_T_HPP
7c673cae
FG
8
9#include <stddef.h> // ptrdiff_t
10
11#include <string>
12
13#endif