Skip to content
Snippets Groups Projects

Fix some includes to build against boost v1.85.0 with gcc12.3

Closed Thomas Madlener requested to merge thmadlen/Gaudi:fix-missing-include into master
2 files
+ 6
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -18,8 +18,10 @@
#include "boost/filesystem/exception.hpp" /*filesystem_error*/
#include "boost/filesystem/path.hpp"
#include <functional> /* binary_function */
#include <list>
#include <string>
#include <vector>
/** @class DirSearchPath
* @brief search for files in a list of directories
* @author Paolo Calafiura <pcalafiura@lbl.gov> - ATLAS Collaboration
Loading