mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
include memory.h where necessary
This commit is contained in:
parent
a29bfe9c42
commit
4a9be7fa90
@ -1,3 +1,4 @@
|
||||
#include <memory>
|
||||
#include <unistd.h>
|
||||
#include <cstdlib>
|
||||
#include <clocale>
|
||||
|
@ -1,5 +1,6 @@
|
||||
#define NCPP_EXCEPTIONS_PLEASE
|
||||
#include "main.h"
|
||||
#include <memory>
|
||||
|
||||
using namespace ncpp;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user