blob: a51f4ac6f43c45f895f5cde32fcf3c8a6d25375b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- Attribute.h.orig Sat Aug 16 16:14:02 2003
+++ Attribute.h Sat Aug 16 16:14:11 2003
@@ -21,6 +21,7 @@
#ifndef ATTRIBUTE_H_
#define ATTRIBUTE_H_
+#include <cassert>
#include <string>
#include <map>
|