Skip to content

Commit cb83e5a

Browse files
committed
add missing #include statements
- avoid missing declaration warnings - ensures DataCollector is defined when compiling DenseFact.h
1 parent c820cf0 commit cb83e5a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

highs/ipm/hipo/factorhighs/DenseFact.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#ifndef FACTORHIGHS_DENSE_FACT_H
22
#define FACTORHIGHS_DENSE_FACT_H
33

4+
#include "DataCollector.h"
45
#include "FactorHiGHSSettings.h"
56
#include "ipm/hipo/auxiliary/IntConfig.h"
67

highs/ipm/hipo/factorhighs/DenseFactKernel.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#include "DenseFact.h"
12
#include "CallAndTimeBlas.h"
23
#include "DataCollector.h"
34
#include "FactorHiGHSSettings.h"

highs/ipm/hipo/factorhighs/Swaps.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#include "Swaps.h"
12
#include "CallAndTimeBlas.h"
23
#include "DataCollector.h"
34

0 commit comments

Comments
 (0)