]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsTypes.C
add <string> and other small fixes to make
[lyx.git] / src / graphics / GraphicsTypes.C
index 9967e702e13f084cf3e913ba874a30a4537c9ede..8ad4dab9fef26aa2e3d834d7143e4d65a7a89594 100644 (file)
@@ -5,7 +5,7 @@
  *
  * \author Rob Lahaye
  *
- * Full author contact details available in file CREDITS.
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
@@ -13,7 +13,9 @@
 #include "graphics/GraphicsTypes.h"
 #include "support/translator.h"
 
-#include "support/std_string.h"
+
+using std::string;
+
 
 namespace lyx {
 namespace graphics {