From 2f0eb7ae0cc3d500c96f235f7e42afe5c3e59c93 Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Fri, 6 Jan 2012 22:13:41 -0800 Subject: [PATCH] add rust_util.h header file --- src/rt/rust_log.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rt/rust_log.cpp b/src/rt/rust_log.cpp index 645bffb1c0a..d88187e1d32 100644 --- a/src/rt/rust_log.cpp +++ b/src/rt/rust_log.cpp @@ -7,7 +7,7 @@ #include #include #include - +#include "rust_util.h" /** * Synchronizes access to the underlying logging mechanism.