Skip to content

Commit

Permalink
Merge pull request #1835 from saper/stdint
Browse files Browse the repository at this point in the history
Include <cstdint> unconditionally
  • Loading branch information
xzyfer committed Jan 12, 2016
2 parents c9f5a49 + a67c4d9 commit d8482ad
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include "sass/base.h"
#include "utf8.h"

#include <cstdint>
#include <cstdlib>
#include <cmath>
#include <cctype>
Expand All @@ -25,10 +26,6 @@
#include <random>
#include <set>

#if defined(_MSC_VER) && _MSC_VER < 1900
#include "inttypes.h"
#endif

#ifdef __MINGW32__
#include "windows.h"
#include "wincrypt.h"
Expand Down

0 comments on commit d8482ad

Please sign in to comment.