projects
/
c11tester.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6c3c97
)
model: include <cstddef>
author
Brian Norris
<banorris@uci.edu>
Fri, 20 Apr 2012 17:31:42 +0000
(10:31 -0700)
committer
Brian Norris
<banorris@uci.edu>
Fri, 20 Apr 2012 17:31:42 +0000
(10:31 -0700)
NULL is not a builtin keyword in recent C++ revisions. I have to include
<cstddef>.
model.h
patch
|
blob
|
history
diff --git
a/model.h
b/model.h
index 117c64588a3889b9c036865228c6512d93c6d0cf..54144f38fc322df9a79edf2e8d0c542f25d027d8 100644
(file)
--- a/
model.h
+++ b/
model.h
@@
-3,6
+3,7
@@
#include <list>
#include <map>
+#include <cstddef>
#include "schedule.h"
#include "libthreads.h"