Skip to content

Commit

Permalink
Add ifndef
Browse files Browse the repository at this point in the history
  • Loading branch information
Dtenwolde committed Sep 12, 2024
1 parent a156d8d commit 845ecfa
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
//===----------------------------------------------------------------------===//

#pragma once
#ifndef NOMINMAX
#define NOMINMAX
#endif

#include <algorithm>
#include <vector>
Expand Down

0 comments on commit 845ecfa

Please sign in to comment.