]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Merge branch 'trac5021' (fixes after 5039) trac5100_base
authorTomek Mrugalski <tomasz@isc.org>
Mon, 2 Jan 2017 23:21:10 +0000 (00:21 +0100)
committerTomek Mrugalski <tomasz@isc.org>
Mon, 2 Jan 2017 23:21:10 +0000 (00:21 +0100)
1  2 
src/lib/cc/simple_parser.h

index 7a768665889c98ce6bfd3ef8369c5b6e59fa8e03,31bc835a7ce9c8aafbbfdda63cdec497cb49bfa8..82e9cd4267819e5cf1b4d142201cb74ddc8f7309
@@@ -8,9 -8,9 +8,10 @@@
  #define SIMPLE_PARSER_H
  
  #include <cc/data.h>
+ #include <vector>
  #include <string>
  #include <stdint.h>
 +#include <vector>
  
  namespace isc {
  namespace data {