Created
October 31, 2009 00:55
-
-
Save hjast/222866 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From d171b1842eda04f0bc5c307888b6bd79ce8108b6 Mon Sep 17 00:00:00 2001 | |
| From: Charles Comstock <dgtized@gmail.com> | |
| Date: Fri, 30 Oct 2009 15:47:02 -0500 | |
| Subject: [PATCH] added missing cdstdio for vm/util/bert.hpp | |
| --- | |
| vm/util/bert.hpp | 1 + | |
| 1 files changed, 1 insertions(+), 0 deletions(-) | |
| diff --git a/vm/util/bert.hpp b/vm/util/bert.hpp | |
| index 459f0e2..269667c 100644 | |
| --- a/vm/util/bert.hpp | |
| +++ b/vm/util/bert.hpp | |
| @@ -3,6 +3,7 @@ | |
| #include <assert.h> | |
| #include <stdlib.h> | |
| +#include <cstdio> | |
| #include <ostream> | |
| #include <iostream> | |
| #include <vector> | |
| -- | |
| 1.6.5.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment