diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2014-11-04 00:40:34 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2014-11-04 10:19:49 +0900 |
commit | 67276f70039c460332eabc00bd4109d301b2f40a (patch) | |
tree | 9c734179f7ccb4e7984f1ba5fa2fbe83971921af /starmath | |
parent | ad6d94009cf8ea526eb70bf1a07e5c6a21320f83 (diff) |
include <list> where needed
Change-Id: Ia6784bf95d9d0c57b79bdf7373f4836709563b7a
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/inc/cursor.hxx | 2 | ||||
-rw-r--r-- | starmath/inc/parse.hxx | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/starmath/inc/cursor.hxx b/starmath/inc/cursor.hxx index 6f80e417cfea..4ce2efcb0322 100644 --- a/starmath/inc/cursor.hxx +++ b/starmath/inc/cursor.hxx @@ -12,6 +12,8 @@ #include "node.hxx" #include "caret.hxx" +#include <list> + /** Factor to multiple the squared horizontal distance with * Used for Up and Down movement. */ diff --git a/starmath/inc/parse.hxx b/starmath/inc/parse.hxx index 376113c9e8b3..22de086b2282 100644 --- a/starmath/inc/parse.hxx +++ b/starmath/inc/parse.hxx @@ -23,7 +23,6 @@ #include <set> #include <stack> -#include <list> #include "types.hxx" |