Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MaximInterface
Revision 4:cd2dc3e7433f, committed 2017-03-02
- Comitter:
- IanBenzMaxim
- Date:
- Thu Mar 02 10:21:41 2017 -0600
- Parent:
- 3:d2799d8497c0
- Child:
- 5:d2c852569e9d
- Commit message:
- Added missing include.
Changed in this revision
| NormalOperationWindow.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/NormalOperationWindow.cpp Thu Mar 02 10:15:53 2017 -0600 +++ b/NormalOperationWindow.cpp Thu Mar 02 10:21:41 2017 -0600 @@ -36,6 +36,7 @@ #include <rapidjson/stringbuffer.h> #include <stdint.h> +#include <stdio.h> #include <cassert> #include <cstdio> #include <string>