commit f9f501b7c18e3b190677bc5b961b225bb074f588 parent 197b13ee028f02cbfd7b3049ccd8c4f3371d5ba3 Author: Fabian Wermelinger <fabianw@mavt.ethz.ch> Date: Sat, 19 Dec 2020 23:13:04 +0100 Add more precompiled headers Diffstat:
| M | src/pch/bubbleDynamics.h | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/pch/bubbleDynamics.h b/src/pch/bubbleDynamics.h @@ -5,5 +5,7 @@ #include <functional> #include <iomanip> #include <iostream> +#include <memory> +#include <stdexcept> #include <string> #include <vector>