mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-10 20:57:06 -04:00
added a new include to support exit in environments where it isnt defined
This commit is contained in:
parent
cad795c4b8
commit
3568b89480
@ -46,6 +46,7 @@
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
#include <algorithm>
|
||||
#include <stdlib.h> // Needed for exit(), which isn't defined in some envs.
|
||||
|
||||
namespace TCLAP {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user