Merge pull request #96 from tob2/stdlib_fix
Include stdlib.h for aligned_alloc
This commit is contained in:
commit
e5c9f313cb
@ -5,6 +5,7 @@
|
||||
// For full license terms please see the LICENSE file distributed with this
|
||||
// source code
|
||||
|
||||
#include <cstdlib> // For aligned_alloc
|
||||
#include "OMPStream.h"
|
||||
|
||||
#ifndef ALIGNMENT
|
||||
|
||||
@ -5,6 +5,7 @@
|
||||
// For full license terms please see the LICENSE file distributed with this
|
||||
// source code
|
||||
|
||||
#include <cstdlib> // For aligned_alloc
|
||||
#include <stdexcept>
|
||||
#include "RAJAStream.hpp"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user