This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
fastdev:gcc [2010/04/21 15:17] – re-formatting kresse | fastdev:gcc [2010/05/11 08:46] (current) – added header file for uint/ulong kresse | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== GNU C compiler: Adding #include statements ====== | ||
+ | |||
+ | recently, g++ has stopped to include some standard headers automatically. To make old code compile again, just include those headers manually. But: which ones do we need? | ||
+ | |||
+ | **NOTE:** ''< | ||
+ | |||
+ | #include < | ||
+ | #include < | ||
+ | #include < | ||
+ | | ||
+ | #include < | ||