Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akof1314 committed May 28, 2018
1 parent 0081db0 commit f107a0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CoolFormatLib/CoolFormatExec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
#include <assert.h>
#include <algorithm>

#ifdef __GNUC__
#include <cstring> // need both string and cstring for GCC
#endif

#include "StrUseful.h"
#include "GlobalTidy.h"
#include "FormatterHelp.h"
Expand Down

0 comments on commit f107a0f

Please sign in to comment.