1200581Srdivacky// TR1 stdint.h -*- C++ -*-
2200581Srdivacky
3200581Srdivacky// Copyright (C) 2006-2020 Free Software Foundation, Inc.
4200581Srdivacky//
5200581Srdivacky// This file is part of the GNU ISO C++ Library.  This library is free
6200581Srdivacky// software; you can redistribute it and/or modify it under the
7200581Srdivacky// terms of the GNU General Public License as published by the
8200581Srdivacky// Free Software Foundation; either version 3, or (at your option)
9200581Srdivacky// any later version.
10200581Srdivacky
11200581Srdivacky// This library is distributed in the hope that it will be useful,
12200581Srdivacky// but WITHOUT ANY WARRANTY; without even the implied warranty of
13200581Srdivacky// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14200581Srdivacky// GNU General Public License for more details.
15200581Srdivacky
16249423Sdim// Under Section 7 of GPL version 3, you are granted additional
17249423Sdim// permissions described in the GCC Runtime Library Exception, version
18200581Srdivacky// 3.1, as published by the Free Software Foundation.
19200581Srdivacky
20200581Srdivacky// You should have received a copy of the GNU General Public License and
21207618Srdivacky// a copy of the GCC Runtime Library Exception along with this program;
22207618Srdivacky// see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
23200581Srdivacky// <http://www.gnu.org/licenses/>.
24200581Srdivacky
25200581Srdivacky/** @file tr1/stdint.h
26249423Sdim *  This is a TR1 C++ Library header.
27249423Sdim */
28249423Sdim
29208599Srdivacky#ifndef _TR1_STDINT_H
30200581Srdivacky#define _TR1_STDINT_H 1
31200581Srdivacky
32200581Srdivacky#include <tr1/cstdint>
33200581Srdivacky
34200581Srdivacky#endif
35200581Srdivacky