]> git.lyx.org Git - lyx.git/commitdiff
fix MSVC linking error
authorAbdelrazak Younes <younes@lyx.org>
Fri, 16 Mar 2007 15:24:36 +0000 (15:24 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Fri, 16 Mar 2007 15:24:36 +0000 (15:24 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17456 a592a061-630c-0410-9148-cb99ea01b6c8

src/LaTeX.C

index c2cff5f4edb55a34f12bdc2288b8780c8a106cec..1049674fe783d435b89795f7f11e9cb1759cb534 100644 (file)
@@ -30,6 +30,7 @@
 #include "support/os.h"
 
 #include <boost/filesystem/operations.hpp>
+#include <boost/filesystem/path.hpp>
 #include <boost/regex.hpp>
 
 #include <fstream>