Skip to content

Commit

Permalink
Merge pull request #33 from sommern/master
Browse files Browse the repository at this point in the history
Include <new> for std::bad_alloc
  • Loading branch information
cameron314 committed Jun 23, 2016
2 parents 175a0cd + 0e51d02 commit f2c0c6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readerwriterqueue.h
Expand Up @@ -9,6 +9,7 @@
#include <utility>
#include <cassert>
#include <stdexcept>
#include <new>
#include <cstdint>
#include <cstdlib> // For malloc/free/abort & size_t
#if __cplusplus > 199711L
Expand Down

0 comments on commit f2c0c6f

Please sign in to comment.