Skip to content

Commit

Permalink
tag/GenParseName: include stdlib.h for EXIT_SUCCESS
Browse files Browse the repository at this point in the history
Closes #838
  • Loading branch information
MaxKellermann committed Apr 24, 2020
1 parent fa45a8a commit 464b902
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tag/GenParseName.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

#include "Type.h"

#include <cstdlib>
#include <map>
#include <string_view>

Expand Down

0 comments on commit 464b902

Please sign in to comment.