Skip to content
Snippets Groups Projects
Commit ede1bfb1 authored by Oliver Sander's avatar Oliver Sander Committed by sander
Browse files

Add temporary HAVE_CSTDDEF, to make IPOpt happy

Seems to be a bug in IPOpt, or in our build system

[[Imported from SVN: r10086]]
parent 7dccdee1
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,9 @@
#include <fenv.h>
// Hack to make IPOpt happy. No idea why the build system doesn't properly handle this
#define HAVE_CSTDDEF
// Includes for the ADOL-C automatic differentiation library
// Need to come before (almost) all others.
#include <adolc/adouble.h>
......
#include <config.h>
// Hack to make IPOpt happy. No idea why the build system doesn't properly handle this
#define HAVE_CSTDDEF
// Includes for the ADOL-C automatic differentiation library
// Need to come before (almost) all others.
#include <adolc/adouble.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