blob: aabe88ab7c4a473086a3e5481d7534671a352c63 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- inlines.hh.orig Thu Jul 17 21:18:47 2003
+++ inlines.hh Thu Jul 17 21:18:53 2003
@@ -1,5 +1,7 @@
// inline functions
+#include <assert.h>
+
#ifndef INLINES_HH
#define INLINES_HH
|