Skip to content

Commit

Permalink
Fix include statement
Browse files Browse the repository at this point in the history
  • Loading branch information
alexriegler authored and jschueller committed Nov 9, 2023
1 parent 5880e23 commit 1a9afd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/docs/NLopt_C-plus-plus_Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Compiling and linking your program to NLopt

An NLopt program in C++ should include the NLopt C++ header file:

`#include `<nlopt.hpp>
`#include <nlopt.hpp>`

On Unix, you would normally link your program exactly as for the C API, with a command something like:

Expand Down

0 comments on commit 1a9afd3

Please sign in to comment.