mirror of
https://github.com/Jaxan/hybrid-ads.git
synced 2025-04-27 15:07:45 +02:00
Fixes two missing includes
This commit is contained in:
parent
8d82a0fcc6
commit
b2edef0574
2 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#include "splitting_tree.hpp"
|
||||
#include "partition.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
#include <functional>
|
||||
#include <numeric>
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
#include "splitting_tree.hpp"
|
||||
#include "write_tree_to_dot.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue