mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-07 22:58:34 +02:00
Portability
- Reordered includes to allow build on FreeBSD (thanks to Pietro Cerutti).
This commit is contained in:
parent
688dcb6cd3
commit
9f6e37fa06
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#include <iostream> // TODO Remove
|
// If <iostream> is included, put it after <stdio.h>, because it includes
|
||||||
|
// <stdio.h>, and therefore would ignore the _WITH_GETLINE.
|
||||||
#include <cmake.h>
|
#include <cmake.h>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#ifdef FREEBSD
|
#ifdef FREEBSD
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue