summaryrefslogtreecommitdiff
path: root/c++/lbm.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'c++/lbm.hpp')
-rw-r--r--c++/lbm.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/c++/lbm.hpp b/c++/lbm.hpp
index a8d1f96..ddd4617 100644
--- a/c++/lbm.hpp
+++ b/c++/lbm.hpp
@@ -1,8 +1,10 @@
#pragma once
#include "descriptor.hpp"
+#include "boundary.hpp"
#include "converter.hpp"
#include "config.hpp"
+#include "collision.hpp"
#include "component.hpp"
#include "environment.hpp"
#include "equilibrium.hpp"