mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
11 lines
263 B
C
11 lines
263 B
C
|
|
// RTTI support internals for -*- C++ -*-
|
||
|
|
// Copyright (C) 1994, 1995, 1996, 1998, 1999, 2000, 2001
|
||
|
|
// Free Software Foundation
|
||
|
|
|
||
|
|
#include "typeinfo"
|
||
|
|
#include <cstddef>
|
||
|
|
|
||
|
|
// Class declarations shared between the typeinfo implementation files.
|
||
|
|
|
||
|
|
#include <cxxabi.h>
|