mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
* Include some required header files.
This commit is contained in:
parent
26fd28432d
commit
52a2f41320
3 changed files with 4 additions and 1 deletions
|
@ -11,6 +11,7 @@
|
|||
|
||||
#include <cerrno>
|
||||
#include <ctime>
|
||||
#include <algorithm>
|
||||
|
||||
|
||||
typedef enum {
|
||||
|
@ -871,7 +872,7 @@ static void opDefaultExpr(Globals & globals,
|
|||
|
||||
|
||||
static string needArg(Strings::iterator & i,
|
||||
const Strings & args, const string & arg)
|
||||
Strings & args, const string & arg)
|
||||
{
|
||||
++i;
|
||||
if (i == args.end()) throw UsageError(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue