haiku/headers/posix/new.h

15 lines
199 B
C++

/*
* Copyright (C) 2002 Marcus Overhagen
* All rights reserved.
*
* Distributed under the terms of the MIT license
*/
#ifndef _NEW_H
#define _NEW_H
#include <new>
using namespace std;
#endif