LayoutModuleList.cpp: correct include

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28577 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2009-02-21 21:19:12 +00:00
parent 2bab705f62
commit bf730bda7c

View File

@ -17,8 +17,8 @@
#include "ModuleList.h"
#include "support/debug.h"
#include "support/lyxalgo.h"
#include <algorithm>
#include <string>
#include <vector>