This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
fastdev:gcc [2010/03/27 16:09] – created 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 < | ||