tags:

views:

24

answers:

1

I'd like to include just one file instead of all of them, because the compiler I have to use does not include them by default.

+1  A: 

Write a header that includes all standard headers and include it in your file. That would make compilation slow though.

AraK