X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=include%2Fct.h;h=b5ca948cfa807bf94ffca49ea78bece2631b9cb8;hb=08a5cd04c3994d5ea24713b9b000791bd2e406fe;hp=3788f9df5955e94b600228458f68acaab0defe2d;hpb=2f3d6e2580db607105bb072b13e4aff453ae4495;p=ctsim.git diff --git a/include/ct.h b/include/ct.h index 3788f9d..b5ca948 100644 --- a/include/ct.h +++ b/include/ct.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ct.h,v 1.23 2000/06/26 21:15:24 kevin Exp $ +** $Id: ct.h,v 1.28 2000/07/23 01:49:03 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -41,6 +41,9 @@ #ifdef HAVE_CONFIG_H #include #endif +#ifdef HAVE_DMALLOC +#include +#endif #ifdef HAVE_PNG #include "png.h" #endif @@ -108,6 +111,14 @@ extern "C" { #ifdef HAVE_STDINT_H #include /* Standard ints on Linux */ #endif +#ifdef HAVE_ASSERT_H +#include +#endif + +#ifdef HAVE_FFTW +#include +#include +#endif #include #include @@ -118,6 +129,7 @@ extern "C" { #include #include #include +#include using namespace std;