From patchwork Thu Jan 26 19:43:33 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jesse Barker X-Patchwork-Id: 6414 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 2B1F723ECC for ; Thu, 26 Jan 2012 19:43:35 +0000 (UTC) Received: from mail-bk0-f52.google.com (mail-bk0-f52.google.com [209.85.214.52]) by fiordland.canonical.com (Postfix) with ESMTP id 0DE22A184B0 for ; Thu, 26 Jan 2012 19:43:35 +0000 (UTC) Received: by bkar19 with SMTP id r19so1030593bka.11 for ; Thu, 26 Jan 2012 11:43:34 -0800 (PST) Received: by 10.204.200.197 with SMTP id ex5mr1609102bkb.128.1327607014740; Thu, 26 Jan 2012 11:43:34 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.204.130.220 with SMTP id u28cs50861bks; Thu, 26 Jan 2012 11:43:34 -0800 (PST) Received: by 10.180.92.73 with SMTP id ck9mr6149586wib.2.1327607014104; Thu, 26 Jan 2012 11:43:34 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id x55si4478384wec.61.2012.01.26.11.43.33 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 26 Jan 2012 11:43:34 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) client-ip=91.189.90.7; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) smtp.mail=bounces@canonical.com Received: from ackee.canonical.com ([91.189.89.26]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1RqVEL-0004Vx-Au for ; Thu, 26 Jan 2012 19:43:33 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 45806E01FE for ; Thu, 26 Jan 2012 19:43:33 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: libmatrix X-Launchpad-Branch: ~jesse-barker/libmatrix/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 33 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [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> Date: Thu, 26 Jan 2012 19:43:33 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14719"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: a3f09ceeb77492ec9daf0564e73dbe6803f16a02 ------------------------------------------------------------ revno: 33 committer: Jesse Barker 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 === 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 + class Log { public: