mirror of https://github.com/YosysHQ/nextpnr.git
Fixed header files for boost 1.85.0
This commit is contained in:
parent
edcafcf085
commit
f085950383
|
|
@ -19,7 +19,7 @@
|
|||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <boost/filesystem/convenience.hpp>
|
||||
#include <boost/filesystem/path.hpp>
|
||||
#include <boost/program_options.hpp>
|
||||
#include <iostream>
|
||||
#include <map>
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <boost/algorithm/string/join.hpp>
|
||||
#include <boost/filesystem/convenience.hpp>
|
||||
#include <boost/filesystem/path.hpp>
|
||||
#include <boost/program_options.hpp>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
|
|
|
|||
Loading…
Reference in New Issue