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/inc/cursor.hxx | |
parent | ad6d94009cf8ea526eb70bf1a07e5c6a21320f83 (diff) |
include <list> where needed
Change-Id: Ia6784bf95d9d0c57b79bdf7373f4836709563b7a
Diffstat (limited to 'starmath/inc/cursor.hxx')
-rw-r--r-- | starmath/inc/cursor.hxx | 2 |
1 files changed, 2 insertions, 0 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. */ |