]> git.lyx.org Git - features.git/commitdiff
Rest of gcc 4.6 issues from Orion Poplawski.
authorPavel Sanda <sanda@lyx.org>
Sat, 12 Feb 2011 22:10:56 +0000 (22:10 +0000)
committerPavel Sanda <sanda@lyx.org>
Sat, 12 Feb 2011 22:10:56 +0000 (22:10 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37604 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/MathData.h
src/support/weighted_btree.h

index 72dca0d157e32c02308bb9700a86b4298862eaeb..877ce319706b0be204f003281914adab0c44b95e 100644 (file)
@@ -22,6 +22,7 @@
 
 #include "support/strfwd.h"
 
+#include <cstddef>
 #include <vector>
 
 
index babb2258ce8d355c59f58120996ea6eec39d5f02..b64f95366f6e5cb2f398560b0ffe7156eaf0237c 100644 (file)
@@ -29,6 +29,7 @@
 // *** Required Headers from the STL
 
 #include <algorithm>
+#include <cstddef>
 #include <functional>
 #include <istream>
 #include <ostream>