Add #include <boost/assert.hpp>.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7750 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2003-09-15 10:53:02 +00:00
parent 61f1f3ea87
commit 5c4bfd0354
5 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2003-09-15 Angus Leeming <leeming@lyx.org>
* xforms_helpers.C:
* RadioButtonGroup.C: add #include <boost/assert.hpp>.
2003-09-15 Angus Leeming <leeming@lyx.org>
* forms/fdfix[ch].sed, tmp_str,sed: POSIX-compliant sed.

View File

@ -21,6 +21,8 @@
#include "lyx_forms.h"
#include <boost/assert.hpp>
using std::endl;

View File

@ -24,6 +24,8 @@
#include "lyx_forms.h"
#include "combox.h"
#include <boost/assert.hpp>
#include <fstream>
using lyx::support::AbsolutePath;

View File

@ -1,3 +1,8 @@
2003-09-15 Angus Leeming <leeming@lyx.org>
* translator.h: add #include <boost/assert.hpp>, so that the template is
self-contained.
2003-09-11 Angus Leeming <leeming@lyx.org>
* cow_ptr.h:

View File

@ -12,6 +12,8 @@
#ifndef TRANSLATOR_H
#define TRANSLATOR_H
#include <boost/assert.hpp>
#include <vector>
#include <utility>
#include <algorithm>