Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save hjast/222866 to your computer and use it in GitHub Desktop.

Select an option

Save hjast/222866 to your computer and use it in GitHub Desktop.
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