Fixed error.h to #include <cstdlib> #104

Merged
merged 1 commit into from Apr 27, 2016
Jump to file
+1 −1
Split
View
@@ -5,8 +5,8 @@
#ifndef _error_h
#define _error_h
+#include <cstdlib>
#include <stdexcept>
-//#include <cstdlib>
#include <iostream>
void error(const std::string& s);