diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-18 23:40:20 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-18 23:40:20 (GMT) |
| commit | 93afe0a1ea45efb5d62608555784580d4513bfd0 (patch) | |
| tree | 8fa2e2776240c00f6dd2bf372c787e6e180fbf5d /src/dialogues/TextPrompt.cpp | |
| parent | 740f0d30c3d5badc10da09af875b47d67128048b (diff) | |
| download | powder-93afe0a1ea45efb5d62608555784580d4513bfd0.zip powder-93afe0a1ea45efb5d62608555784580d4513bfd0.tar.gz | |
More robust EngineProcess (still doesn't fix lua bug)
Diffstat (limited to 'src/dialogues/TextPrompt.cpp')
| -rw-r--r-- | src/dialogues/TextPrompt.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dialogues/TextPrompt.cpp b/src/dialogues/TextPrompt.cpp index 3a2a39f..68333d1 100644 --- a/src/dialogues/TextPrompt.cpp +++ b/src/dialogues/TextPrompt.cpp @@ -5,6 +5,7 @@ * Author: Simon */ +#include <iostream> #include "TextPrompt.h" #include "interface/Label.h" #include "interface/Button.h" |
