From f7821400a16fc0cfc9977636b565f3cea3b9715e Mon Sep 17 00:00:00 2001 From: "Charles J. Cliffe" Date: Tue, 27 Oct 2015 12:18:26 -0400 Subject: [PATCH] Missing include --- src/panel/WaterfallPanel.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/panel/WaterfallPanel.h b/src/panel/WaterfallPanel.h index 100960f..8c24eea 100644 --- a/src/panel/WaterfallPanel.h +++ b/src/panel/WaterfallPanel.h @@ -1,6 +1,7 @@ #pragma once #include "GLPanel.h" +#include class WaterfallPanel : public GLPanel { public: