1
Fork 0
mirror of https://github.com/Jaxan/hybrid-ads.git synced 2025-04-28 07:27:45 +02:00

Fixes two missing includes

This commit is contained in:
Joshua Moerman 2015-05-06 17:41:49 +02:00
parent 8d82a0fcc6
commit b2edef0574
2 changed files with 2 additions and 0 deletions

View file

@ -1,6 +1,7 @@
#include "splitting_tree.hpp" #include "splitting_tree.hpp"
#include "partition.hpp" #include "partition.hpp"
#include <algorithm>
#include <cassert> #include <cassert>
#include <functional> #include <functional>
#include <numeric> #include <numeric>

View file

@ -3,6 +3,7 @@
#include "splitting_tree.hpp" #include "splitting_tree.hpp"
#include "write_tree_to_dot.hpp" #include "write_tree_to_dot.hpp"
#include <algorithm>
#include <fstream> #include <fstream>
#include <iostream> #include <iostream>