diff options
Diffstat (limited to '')
-rw-r--r-- | src/performcommand.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/performcommand.cpp b/src/performcommand.cpp index 3f3aa32..65827c5 100644 --- a/src/performcommand.cpp +++ b/src/performcommand.cpp | |||
@@ -3,6 +3,8 @@ | |||
3 | #include "build.h" | 3 | #include "build.h" |
4 | #include "viewer.h" | 4 | #include "viewer.h" |
5 | 5 | ||
6 | #include <stdlib.h> | ||
7 | |||
6 | PluginInterface2(command, PerformCommand, Perform, "Mike Buland", 0, 1 ); | 8 | PluginInterface2(command, PerformCommand, Perform, "Mike Buland", 0, 1 ); |
7 | 9 | ||
8 | PerformCommand::PerformCommand() | 10 | PerformCommand::PerformCommand() |