Skip to content

Commit

Permalink
Merge pull request #2079 from fwesselm/fixInclude
Browse files Browse the repository at this point in the history
Move include guard
  • Loading branch information
jajhall authored Dec 11, 2024
2 parents c92942d + fcce0ca commit 6609602
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/util/HighsMatrixSlice.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
* underlying matrix storage formats
*/

#ifndef UTIL_HIGHS_MATRIX_SLICE_H_
#define UTIL_HIGHS_MATRIX_SLICE_H_

#include <cstddef>
#include <iterator>
#include <vector>

#include "util/HighsInt.h"

#ifndef UTIL_HIGHS_MATRIX_SLICE_H_
#define UTIL_HIGHS_MATRIX_SLICE_H_

template <typename StorageFormat>
class HighsMatrixSlice;

Expand Down

0 comments on commit 6609602

Please sign in to comment.