lyx_mirror/src/cheaders/cassert
Angus Leeming c38eaf5d58 Add file required by the boost tuple stuff, even though I can't use it!
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2653 a592a061-630c-0410-9148-cb99ea01b6c8
2001-09-02 11:49:35 +00:00

8 lines
152 B
C++

// -*- C++ -*- forwarding header.
// This file is part of the GNU ANSI C++ Library.
#ifndef __CASSERT__
#define __CASSERT__
#include <assert.h>
#endif