Rest of gcc 4.6 issues from Orion Poplawski.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37604 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2011-02-12 22:10:56 +00:00
parent e5677802b2
commit 2f572f7a28
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#include "support/strfwd.h"
#include <cstddef>
#include <vector>

View File

@ -29,6 +29,7 @@
// *** Required Headers from the STL
#include <algorithm>
#include <cstddef>
#include <functional>
#include <istream>
#include <ostream>