Add missing "#include"s

Signed-off-by: Myrtle Shah <gatecat@chipflow.io>
This commit is contained in:
Myrtle Shah 2021-10-15 13:32:22 +01:00
parent 8d0faee896
commit 1dfa6aff67
9 changed files with 10 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#include <QHBoxLayout>
#include <QVBoxLayout>
#include <qwt_scale_draw.h>
#include <qwt_scale_map.h>
#include <qwt_scale_widget.h>
#include <qwt_symbol.h>
#include <qwt_plot_curve.h>

View File

@ -17,6 +17,7 @@
#ifndef BORA_NODE_SETS_H
#define BORA_NODE_SETS_H
#include <algorithm>
#include <cstddef>
#include <limits>
#include "BoxSet.h"

View File

@ -9,6 +9,7 @@
#include <cassert>
#include <numeric>
#include <cmath>
#include <limits>
namespace coloquinte{

View File

@ -4,6 +4,7 @@
#include <cassert>
#include <stdexcept>
#include <cmath>
#include <limits>
namespace coloquinte{
namespace gp{

View File

@ -9,6 +9,7 @@
#include <functional>
#include <cmath>
#include <array>
#include <limits>
namespace coloquinte{
using edge_t = std::pair<index_t, index_t>;

View File

@ -17,6 +17,7 @@
#include "crlcore/VhdlBit.h"
#include "crlcore/VhdlSignal.h"
#include <limits>
namespace Vhdl {

View File

@ -16,6 +16,7 @@
#include "crlcore/SpiceBit.h"
#include <limits>
namespace Spice {

View File

@ -38,6 +38,7 @@
#include "hurricane/Error.h"
#include "hurricane/Warning.h"
#include <limits>
namespace Hurricane {

View File

@ -40,6 +40,8 @@
#include "hurricane/Interval.h"
#include "hurricane/RbTree.h"
#include <algorithm>
namespace Hurricane {