diff options
author | Thales1330 <thaleslima.ufu@gmail.com> | 2017-01-02 19:31:11 -0200 |
---|---|---|
committer | Thales1330 <thaleslima.ufu@gmail.com> | 2017-01-02 19:31:11 -0200 |
commit | 2c0b51586b3b2243ae0fdcd653139818e4b4e23e (patch) | |
tree | 89c1435aac9213230f04b06d4183c94f6ea36663 /Project/Shunt.h | |
parent | 7aed88dbcf9d37a1f40c8cad115f055c4d69e7a9 (diff) | |
download | PSP.git-2c0b51586b3b2243ae0fdcd653139818e4b4e23e.tar.gz PSP.git-2c0b51586b3b2243ae0fdcd653139818e4b4e23e.tar.xz PSP.git-2c0b51586b3b2243ae0fdcd653139818e4b4e23e.zip |
Fast data visualization implemented
Diffstat (limited to 'Project/Shunt.h')
-rw-r--r-- | Project/Shunt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/Shunt.h b/Project/Shunt.h index cf1681d..f68df4b 100644 --- a/Project/Shunt.h +++ b/Project/Shunt.h @@ -2,6 +2,7 @@ #define SHUNT_H #include "Element.h" +#include "Bus.h" class Shunt : public Element { |