added include for atoi
authorebensza <bence.janos.szabo@ericsson.com>
Mon, 1 Aug 2016 13:11:47 +0000 (15:11 +0200)
committerebensza <bence.janos.szabo@ericsson.com>
Mon, 1 Aug 2016 13:11:47 +0000 (15:11 +0200)
Change-Id: Ia200aa5d3b952022ab86672878124a087fce2989
Signed-off-by: ebensza <bence.janos.szabo@ericsson.com>
compiler2/CodeGenHelper.cc

index 5461368e977c6284f3cd032842a050e2569e9572..6e6371301dce18f5b2fab1099d21623b26914901 100644 (file)
@@ -19,6 +19,7 @@
 #include "main.hh"
 #include <cstdio>
 #include <cstring>
+#include <stdlib.h>
 
 namespace Common {
     
This page took 0.023828 seconds and 5 git commands to generate.