aboutsummaryrefslogtreecommitdiff
path: root/src/Slit.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Slit.cc')
-rw-r--r--src/Slit.cc8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/Slit.cc b/src/Slit.cc
index b0313f4..4068bca 100644
--- a/src/Slit.cc
+++ b/src/Slit.cc
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Slit.cc,v 1.97 2004/08/30 11:34:56 akir Exp $ 25// $Id: Slit.cc,v 1.98 2004/08/31 15:26:38 rathnor Exp $
26 26
27#include "Slit.hh" 27#include "Slit.hh"
28 28
@@ -61,7 +61,11 @@
61 61
62#include <algorithm> 62#include <algorithm>
63#include <iostream> 63#include <iostream>
64#include <cassert> 64#ifdef HAVE_CASSERT
65 #include <cassert>
66#else
67 #include <assert.h>
68#endif
65 69
66#ifdef HAVE_SYS_STAT_H 70#ifdef HAVE_SYS_STAT_H
67#include <sys/types.h> 71#include <sys/types.h>