mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
Include time and iomanip standard library headers.
This commit is contained in:
parent
1f11e88ea5
commit
d9abfc3955
2 changed files with 6 additions and 0 deletions
|
@ -328,7 +328,10 @@ RB_CHK_SYSHEADER([string], [STRING])
|
|||
RB_CHK_SYSHEADER([sstream], [SSTREAM])
|
||||
RB_CHK_SYSHEADER([fstream], [FSTREAM])
|
||||
RB_CHK_SYSHEADER([iostream], [IOSTREAM])
|
||||
RB_CHK_SYSHEADER([iomanip], [IOMANIP])
|
||||
RB_CHK_SYSHEADER([cstdio], [CSTDIO])
|
||||
RB_CHK_SYSHEADER([chrono], [CHRONO])
|
||||
RB_CHK_SYSHEADER([ctime], [CTIME])
|
||||
|
||||
RB_CHK_SYSHEADER([windows.h], [WINDOWS_H])
|
||||
RB_CHK_SYSHEADER([winsock2.h], [WINSOCK2_H])
|
||||
|
|
|
@ -77,7 +77,10 @@ extern "C" {
|
|||
#include <RB_INC_SSTREAM
|
||||
#include <RB_INC_FSTREAM
|
||||
#include <RB_INC_IOSTREAM
|
||||
//#include <RB_INC_IOMANIP
|
||||
#include <RB_INC_CSTDIO
|
||||
//#include <RB_INC_CHRONO
|
||||
#include <RB_INC_CTIME
|
||||
|
||||
//#include <RB_INC_BOOST_LEXICAL_CAST_HPP
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue