summaryrefslogtreecommitdiff
path: root/src/main/Bunch.h
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2011-05-24 14:25:00 +0000
committerJakob Odersky <jodersky@gmail.com>2011-05-24 14:25:00 +0000
commit87500c3938c670f427780f3eefa3190281007e61 (patch)
treeb968a21ca7471a38f9c1766da4d89420913c41fc /src/main/Bunch.h
parent5ea0d2b2b2d71df3a91a7ece5d511fd0b39ff70a (diff)
downloadvhc-87500c3938c670f427780f3eefa3190281007e61.tar.gz
vhc-87500c3938c670f427780f3eefa3190281007e61.tar.bz2
vhc-87500c3938c670f427780f3eefa3190281007e61.zip
Ajoute un modele de publisher/subscriber en vue des interactions entre particules.
Diffstat (limited to 'src/main/Bunch.h')
-rw-r--r--src/main/Bunch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/Bunch.h b/src/main/Bunch.h
index 7794312..6489592 100644
--- a/src/main/Bunch.h
+++ b/src/main/Bunch.h
@@ -8,6 +8,7 @@
#ifndef BUNCH_H_
#define BUNCH_H_
+#include <string>
#include "Beam.h"
namespace vhc {