Skip to content
Snippets Groups Projects
Commit 2ab3d9f7 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

now compiling under g++ 4.5, with libreadline6

parent e8e6c63a
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,8 @@
#include <math.h>
#include <fcntl.h>
#include <lmmin.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <ask_simple_value.h>
#include <readln.h>
......
......@@ -11,6 +11,8 @@
#include <iostream>
#include <math.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <boost/format.hpp>
#include "mystd.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment