From 92bc4d64e33e1121e931b613fe1eb178a05972c7 Mon Sep 17 00:00:00 2001 From: Evan Pezent Date: Mon, 12 Oct 2020 09:45:27 -0500 Subject: [PATCH] Update implot_demo.cpp --- implot_demo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implot_demo.cpp b/implot_demo.cpp index 3a90fa4..3e705ee 100644 --- a/implot_demo.cpp +++ b/implot_demo.cpp @@ -1414,7 +1414,7 @@ void StyleSeaborn() { // into the public API and expose the necessary building blocks to fully support // custom plotters. For now, proceed at your own risk! -#include +#include "implot_internal.h" namespace MyImPlot {