mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
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:
parent
61f1f3ea87
commit
5c4bfd0354
@ -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.
|
||||
|
@ -21,6 +21,8 @@
|
||||
|
||||
#include "lyx_forms.h"
|
||||
|
||||
#include <boost/assert.hpp>
|
||||
|
||||
using std::endl;
|
||||
|
||||
|
||||
|
@ -24,6 +24,8 @@
|
||||
#include "lyx_forms.h"
|
||||
#include "combox.h"
|
||||
|
||||
#include <boost/assert.hpp>
|
||||
|
||||
#include <fstream>
|
||||
|
||||
using lyx::support::AbsolutePath;
|
||||
|
@ -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:
|
||||
|
@ -12,6 +12,8 @@
|
||||
#ifndef TRANSLATOR_H
|
||||
#define TRANSLATOR_H
|
||||
|
||||
#include <boost/assert.hpp>
|
||||
|
||||
#include <vector>
|
||||
#include <utility>
|
||||
#include <algorithm>
|
||||
|
Loading…
Reference in New Issue
Block a user