Skip to content

Commit

Permalink
Properly undefine EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTF committed Nov 15, 2024
1 parent 8533ed2 commit 2123f90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/util/ConfigManager/ConfigShorthandVisitor.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Author: Andre Schlegel (March of 2023, [email protected])
#pragma once

// ANTLR runtime uses this as a variable name.
#undef EOF
#include <antlr4-runtime.h>

#include "util/ConfigManager/generated/ConfigShorthandParser.h"
Expand Down

0 comments on commit 2123f90

Please sign in to comment.