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:
John Spray 2006-02-07 10:39:52 +00:00
parent 670fc3e2c5
commit 3b19fb295a

View File

@ -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;