X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Ftiming%2Fcyclecounter.h;h=4b3bede73610ad1a63a82d059f4bd4fa1f7956cd;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=fcacc5e2042bfc42d1fccfaf2d19b7f99ad3b3cc;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/timing/cyclecounter.h b/src/gromacs/timing/cyclecounter.h index fcacc5e204..4b3bede736 100644 --- a/src/gromacs/timing/cyclecounter.h +++ b/src/gromacs/timing/cyclecounter.h @@ -148,8 +148,8 @@ typedef hrtime_t #elif defined(__xlC__) && defined (_AIX) /* AIX compilers */ -#include #include +#include typedef unsigned long long gmx_cycles_t;