From c19ff69284c38049669f580cf1ea9029223f5015 Mon Sep 17 00:00:00 2001 From: Alex Riegler <53669754+alexriegler@users.noreply.github.com> Date: Wed, 8 Nov 2023 22:29:49 -0700 Subject: [PATCH] Fix include statement --- doc/docs/NLopt_C-plus-plus_Reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/docs/NLopt_C-plus-plus_Reference.md b/doc/docs/NLopt_C-plus-plus_Reference.md index 28bce557..9df2d3c4 100644 --- a/doc/docs/NLopt_C-plus-plus_Reference.md +++ b/doc/docs/NLopt_C-plus-plus_Reference.md @@ -21,7 +21,7 @@ Compiling and linking your program to NLopt An NLopt program in C++ should include the NLopt C++ header file: -`#include ` +`#include ` On Unix, you would normally link your program exactly as for the C API, with a command something like: