diff mbox

[Branch,~jesse-barker/libmatrix/trunk] Rev 33: Make sure to include string for the definiton of Log.

Message ID 20120126194333.4621.42821.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Jesse Barker Jan. 26, 2012, 7:43 p.m. UTC
------------------------------------------------------------
revno: 33
committer: Jesse Barker <jesse.barker@linaro.org>
branch nick: trunk
timestamp: Thu 2012-01-26 11:41:29 -0800
message:
  Make sure to include string for the definiton of Log.
modified:
  log.h


--
lp:libmatrix
https://code.launchpad.net/~jesse-barker/libmatrix/trunk

You are subscribed to branch lp:libmatrix.
To unsubscribe from this branch go to https://code.launchpad.net/~jesse-barker/libmatrix/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'log.h'
--- log.h	2012-01-26 16:12:35 +0000
+++ log.h	2012-01-26 19:41:29 +0000
@@ -13,6 +13,8 @@ 
 #ifndef LOG_H_
 #define LOG_H_
 
+#include <string>
+
 class Log
 {
 public: