-AddIncl: Additional Include File

Group

INPUT

Scope

Compilation Unit

Syntax
-AddIncl"<fileName>" 
Arguments

<fileName>: name of the included file

Default

None

Defines

None

Pragmas

None

Description

Includes the specified file at the beginning of the compilation unit. It has the same effect as if written at the beginning of the compilation unit using double quotes ("..."):

#include "my headerfile.h" 
Example

See the following listing for the -AddIncl compiler option that includes the above header file.

Listing: -AddIncl example
-AddIncl"my headerfile.h" 
See also

-I: Include File Path compiler option