Skip to content

Commit

Permalink
Fix seg fault on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
katursis committed May 10, 2022
1 parent 92b3d72 commit 9a42b35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
#ifndef PAWNREGEX_MAIN_H_
#define PAWNREGEX_MAIN_H_

#define _GLIBCXX_USE_CXX11_ABI 1

#include <regex>
#include <unordered_set>
#include <vector>
Expand Down

0 comments on commit 9a42b35

Please sign in to comment.