diff options
Diffstat (limited to 'Plasmapropagation.lpr')
-rw-r--r-- | Plasmapropagation.lpr | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Plasmapropagation.lpr b/Plasmapropagation.lpr index 478901f..0e59243 100644 --- a/Plasmapropagation.lpr +++ b/Plasmapropagation.lpr @@ -2,13 +2,16 @@ program Plasmapropagation; {$mode objfpc}{$H+} +{$INCLUDE Compilerswitches.inc} + uses {$IFDEF UNIX}{$IFDEF UseCThreads} cthreads, {$ENDIF}{$ENDIF} Classes, SysUtils, CustApp, { you can add units after this } - math, Physikunit, protokollunit, lowlevelunit, fftw; + math, Physikunit, protokollunit, lowlevelunit, fftw, + compilerswitchupdateunit; type |