]> git.lyx.org Git - lyx.git/blob - src/mathed/preview.h
add missing using's
[lyx.git] / src / mathed / preview.h
1 #ifndef PREVIEW_H
2 #define PREVIEW_H
3
4 #include "LString.h"
5 #include "graphics/GraphicsTypes.h"
6
7 grfx::ImagePtr preview(string const & str);
8
9 #endif