MenuField: need stdio.h if TRACE enabled

* Also update authors adding myself
This commit is contained in:
John Scipione
2013-08-20 17:02:28 -04:00
parent db85cbe0b5
commit 3de334b9f4
+6 -3
View File
@@ -3,15 +3,18 @@
* Distributed under the terms of the MIT License.
*
* Authors:
* Marc Flerackers ([email protected])
* Stephan Aßmus <[email protected]>
* Ingo Weinhold <[email protected]>
* Stephan Aßmus, [email protected]
* Marc Flerackers, [email protected]
* John Scipione, [email protected]
* Ingo Weinhold, [email protected]
*/
#include <MenuField.h>
#include <algorithm>
#include <stdio.h>
// for printf in TRACE
#include <stdlib.h>
#include <string.h>