]> git.lyx.org Git - lyx.git/blobdiff - src/support/fontutils.C
hopefully fix tex2lyx linking.
[lyx.git] / src / support / fontutils.C
index e88fd7b2cfa2c7eb43e7a14ecd3ba10bb26a7442..96c92fd8e78f78f8a7429ce6d9abf42229736610 100644 (file)
@@ -20,7 +20,9 @@
 #include "support/systemcall.h"
 
 #ifdef __APPLE__
+#include "debug.h"
 #include <ApplicationServices/ApplicationServices.h>
+using std::endl;
 #endif
 
 #if defined(_WIN32) || (defined(__CYGWIN__) && defined(X_DISPLAY_MISSING))
@@ -42,7 +44,7 @@ namespace os = lyx::support::os;
 using std::string;
 
 string const win_fonts_truetype[] = {"cmex10", "cmmi10", "cmr10", "cmsy10",
-       "eufm10", "msam10", "msbm10", "wasy10"};
+       "eufm10", "msam10", "msbm10", "wasy10", "esint10"};
 const int num_fonts_truetype = sizeof(win_fonts_truetype) / sizeof(*win_fonts_truetype);
 #endif