Skip to content

Commit

Permalink
Fix include guards for internal/algorithms/optmin.h
Browse files Browse the repository at this point in the history
  • Loading branch information
SSoelvsten committed Feb 13, 2024
1 parent 7ac367e commit 9c29b58
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/adiar/internal/algorithms/optmin.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

#ifndef ADIAR_INTERNAL_ALGORITHMS_OPT_MIN_H
#define ADIAR_INTERNAL_ALGORITHMS_OPT_MIN_H
#ifndef ADIAR_INTERNAL_ALGORITHMS_OPTMIN_H
#define ADIAR_INTERNAL_ALGORITHMS_OPTMIN_H

#include "adiar/functional.h"
#include "adiar/internal/data_types/node.h"
Expand Down Expand Up @@ -238,4 +237,4 @@ namespace adiar::internal
}
}

#endif // ADIAR_INTERNAL_ALGORITHMS_OPT_MIN_H
#endif // ADIAR_INTERNAL_ALGORITHMS_OPTMIN_H

0 comments on commit 9c29b58

Please sign in to comment.