Logging improvements to allow prettier displays in the server GUI.
[dcpomatic.git] / src / lib / file_group.h
index 5a65de96f7584e3afdab1ad71fd928f5df3b3005..9c67afbce8201f80d5b636a3e988c0ea7ee833e9 100644 (file)
@@ -24,8 +24,8 @@
 #ifndef DCPOMATIC_FILE_GROUP_H
 #define DCPOMATIC_FILE_GROUP_H
 
-#include <vector>
 #include <boost/filesystem.hpp>
+#include <vector>
 
 /** @class FileGroup
  *  @brief A class to make a list of files behave like they were concatenated.