0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-01 17:48:56 +02:00

Include time and iomanip standard library headers.

This commit is contained in:
Jason Volk 2016-08-15 15:25:54 -07:00
parent 1f11e88ea5
commit d9abfc3955
2 changed files with 6 additions and 0 deletions

View file

@ -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])

View file

@ -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