Skip to content

Commit

Permalink
Merge pull request #1 from korli/rebased
Browse files Browse the repository at this point in the history
Fix build with gcc 5.4, x86_64.
  • Loading branch information
kallisti5 committed Jul 7, 2016
2 parents 10faffa + 8b13b6e commit 4c8e865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/JavaScriptCore/runtime/Options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

#include "HeapStatistics.h"
#include <algorithm>
#include <cmath>
#include <limits>
#include <math.h>
#include <mutex>
#include <stdlib.h>
#include <string.h>
Expand Down

0 comments on commit 4c8e865

Please sign in to comment.