mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-03 13:31:18 +12:00
parent
974edaa649
commit
2a5c754609
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
#if BOOST_OS_LINUX
|
#if BOOST_OS_LINUX
|
||||||
// using chrono::year_month_date and other features require a relatively recent stdlibc++
|
// using chrono::year_month_date and other features require a relatively recent stdlibc++
|
||||||
// to avoid upping the required version we use the STL reference implementation for now
|
// to avoid upping the required version we use the STL reference implementation for now
|
||||||
#include "Common/linux/date.h"
|
#include "Common/unix/date.h"
|
||||||
namespace chrono_d = date;
|
namespace chrono_d = date;
|
||||||
#else
|
#else
|
||||||
namespace chrono_d = std::chrono;
|
namespace chrono_d = std::chrono;
|
||||||
|
@ -373,4 +373,4 @@ namespace iosu
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue