]> git.lyx.org Git - lyx.git/commit
Small fixes for STLPort compliance
authorEnrico Forestieri <forenr@lyx.org>
Thu, 28 Sep 2006 00:42:47 +0000 (00:42 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Thu, 28 Sep 2006 00:42:47 +0000 (00:42 +0000)
commit12a6d463703010a006b2dcd15ccddafa6335fa59
tree428c6b7c3e54cad37a44f397d682dab952db43d5
parent6f29180afc1a53b2316672198ba7da512dbe72c8
Small fixes for STLPort compliance

* src/cursor.C: add using std::for_each;

* src/graphics/GraphicsTypes.h: add #include <string>

* src/graph.C: add using std::fill;

* src/frontends/controllers/helper_funcs.h: add #include <algorithm>

* src/bufferview_funcs.C: add using std::find;

* src/lyx_main.C: add using std::for_each;

* configure.ac: don't use boost format on cygwin

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15176 a592a061-630c-0410-9148-cb99ea01b6c8
configure.ac
src/bufferview_funcs.C
src/cursor.C
src/frontends/controllers/helper_funcs.h
src/graph.C
src/graphics/GraphicsTypes.h
src/lyx_main.C