mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
Fix compilation of gtklengthentry
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10821 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
670fc3e2c5
commit
3b19fb295a
@ -11,13 +11,6 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "ghelpers.h"
|
||||
|
||||
#include "GtkLengthEntry.h"
|
||||
|
||||
#include <vector>
|
||||
#include <sstream>
|
||||
|
||||
// Too hard to make concept checks work with this file
|
||||
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||
@ -26,6 +19,12 @@
|
||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||
#endif
|
||||
|
||||
#include "GtkLengthEntry.h"
|
||||
|
||||
#include "ghelpers.h"
|
||||
|
||||
#include <vector>
|
||||
#include <sstream>
|
||||
|
||||
using std::string;
|
||||
using std::vector;
|
||||
|
Loading…
x
Reference in New Issue
Block a user