Add various missing includes

This commit is contained in:
Jonathan G Rennison
2023-07-03 23:34:52 +01:00
parent c0d47da4a7
commit d75c489466
46 changed files with 48 additions and 5 deletions

View File

@@ -4,6 +4,7 @@
#define DEMANDS_H
#include "linkgraphjob_base.h"
#include <vector>
/**
* Calculate the demands. This class has a state, but is recreated for each

View File

@@ -19,6 +19,7 @@
#include "linkgraph_type.h"
#include "../3rdparty/cpp-btree/btree_map.h"
#include <utility>
#include <vector>
class LinkGraph;

View File

@@ -13,6 +13,7 @@
#include "../thread.h"
#include "linkgraph.h"
#include <memory>
#include <vector>
class LinkGraphJob;