aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/commstate.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2008-07-15 13:59:58 -0500
committerErik Schnetter <schnetter@cct.lsu.edu>2008-07-15 13:59:58 -0500
commitd187338156f2c07257e754f0bf3f1b8997c9b67b (patch)
tree6c91873a95a2ccc5b43455863673813fdbb37297 /Carpet/CarpetLib/src/commstate.hh
parent5a457d73aa6272fd44a52395f6c25a468451c9ad (diff)
CarpetLib: Count number of received bytes correctly in comm_state
Diffstat (limited to 'Carpet/CarpetLib/src/commstate.hh')
-rw-r--r--Carpet/CarpetLib/src/commstate.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/src/commstate.hh b/Carpet/CarpetLib/src/commstate.hh
index 8cc8d40b4..c01f732da 100644
--- a/Carpet/CarpetLib/src/commstate.hh
+++ b/Carpet/CarpetLib/src/commstate.hh
@@ -1,6 +1,7 @@
#ifndef COMMSTATE_HH
#define COMMSTATE_HH
+#include <cstdlib>
#include <queue>
#include <vector>