1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00

Include missing <cstdlib> for abort()

This is needed to get Nix compiled using Android NDK.
This commit is contained in:
Brian McKenna 2017-08-03 07:03:22 +10:00
parent a2778988f2
commit b39cc4fc81

View file

@ -1,5 +1,6 @@
#pragma once
#include <cstdlib>
#include <mutex>
#include <condition_variable>
#include <cassert>