summaryrefslogtreecommitdiff
blob: e81476565e3adf5e625eea02cbc74f9531001820 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
--- a/libcoyotl/command_line.cpp
+++ b/libcoyotl/command_line.cpp
@@ -30,10 +30,13 @@
 //      http://www.coyotegulch.com
 //  
 //-----------------------------------------------------------------------
 
 #include "command_line.h"
+
+#include <cstring>
+
 using namespace libcoyotl;
 
 command_line::command_line(int argc, char * argv[], const set<string> & bool_opts)
   : m_options(),
     m_inputs(),
--- a/libcoyotl/sortutil.h
+++ b/libcoyotl/sortutil.h
@@ -34,10 +34,11 @@
 //-----------------------------------------------------------------------
 
 #if !defined(LIBCOYOTL_SORTUTIL_H)
 #define LIBCOYOTL_SORTUTIL_H
 
+#include <climits>
 #include <stdexcept>
 
 namespace libcoyotl
 {