From 4e2e644c35f60c29d0446dffddf13305bc49dd8d Mon Sep 17 00:00:00 2001 From: jbeder Date: Tue, 27 Jan 2009 20:16:30 +0000 Subject: [PATCH] Included for strcmp --- yaml-reader/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/yaml-reader/main.cpp b/yaml-reader/main.cpp index b2c20bb..e5833ba 100644 --- a/yaml-reader/main.cpp +++ b/yaml-reader/main.cpp @@ -2,6 +2,7 @@ #include "tests.h" #include #include +#include void run() { @@ -27,7 +28,7 @@ int main(int argc, char **argv) { bool verbose = false; for(int i=1;i