From ab30228b1a57053323363674fa7f137c0329a180 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Tue, 7 Jul 2020 23:12:04 -0300 Subject: Voltage heat map implemented Voltage heat map implemented using modern OpenGL =) New external library required: -GLEW -GLFW -GLM (incorporeted at the source) Old memory leaks fixed =) --- Project/SyncMachineForm.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Project/SyncMachineForm.h') diff --git a/Project/SyncMachineForm.h b/Project/SyncMachineForm.h index f57909a..01f7ca0 100644 --- a/Project/SyncMachineForm.h +++ b/Project/SyncMachineForm.h @@ -17,6 +17,8 @@ #ifndef SYNCMACHINEFORM_H #define SYNCMACHINEFORM_H +#include + #include #include "ElementFormBase.h" -- cgit