]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCommandParams.cpp
Cosmetics.
[lyx.git] / src / insets / InsetCommandParams.cpp
index 2112005137ce9f53af55c2dd3e1af13a11918127..b803e188240c1fa1fa8aa38d9603e1828720ab66 100644 (file)
@@ -11,6 +11,7 @@
  */
 
 #include <config.h>
+#include <algorithm>
 
 #include "InsetCommandParams.h"
 
@@ -278,7 +279,7 @@ void InsetCommandParams::read(Lexer & lex)
                string const test = lex.getString();
                if (test != "LatexCommand") {
                        lex.printError("InsetCommandParams: No LatexCommand line found.");
-                       throw ExceptionMessage(WarningException, _("InsetCommandParams error:"),
+                       throw ExceptionMessage(WarningException, _("InsetCommandParams error: "),
                                               _("Can't find LatexCommand line."));
                }
        }