HOWTO: Add include path for ROOT's ACLIC compiler

When compiling a macro with ACLIC, we will need to add in the STAR include paths using, e.g., ...
 
gSystem -> AddIncludePath(" -I$STAR/StRoot ");
gSystem -> AddIncludePath(" -I$STAR/StarVMC");