diff --git a/src/appleseed/foundation/utility/xercesc.cpp b/src/appleseed/foundation/utility/xercesc.cpp index 9e5d76f97c..90717aa914 100644 --- a/src/appleseed/foundation/utility/xercesc.cpp +++ b/src/appleseed/foundation/utility/xercesc.cpp @@ -35,8 +35,8 @@ // Xerces-C++ headers. #include "xercesc/util/PlatformUtils.hpp" -#include "xercesc/util/XMLExceptMsgs.hpp" #include "xercesc/util/XMLException.hpp" +#include "xercesc/util/XMLExceptMsgs.hpp" using namespace std; using namespace xercesc;