X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Farray2d.h;h=5eb23b3804b3e66424399ff806f99672da05cc71;hp=c4d42007b50bdc38a08f1fb48d46ea94649ebc7a;hb=12e2c29153a0f55ac23bdeec06b404638672985b;hpb=0fe37e9c318904715493dc9c894f658c43e6178e diff --git a/include/array2d.h b/include/array2d.h index c4d4200..5eb23b3 100644 --- a/include/array2d.h +++ b/include/array2d.h @@ -9,8 +9,11 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: array2d.h,v 1.4 2000/06/09 11:03:08 kevin Exp $ +** $Id: array2d.h,v 1.5 2000/06/19 19:04:05 kevin Exp $ ** $Log: array2d.h,v $ +** Revision 1.5 2000/06/19 19:04:05 kevin +** reorganized header files +** ** Revision 1.4 2000/06/09 11:03:08 kevin ** Made ImageFile inherit from Array2dFile ** @@ -35,7 +38,8 @@ #ifndef ARRAY2D_H #define ARRAY2D_H -#include +#include "ctsupport.h" + template class Array2d {