From 3830af935e22b77f985c5d9cbd068780e93f5672 Mon Sep 17 00:00:00 2001 From: "Charles E. Rolke" Date: Thu, 20 Dec 2012 14:50:15 +0000 Subject: NO-JIRA: Repair include guards that are absent or fail to encompass everything. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1424499 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/MessageUtils.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'qpid/cpp/src/tests/MessageUtils.h') diff --git a/qpid/cpp/src/tests/MessageUtils.h b/qpid/cpp/src/tests/MessageUtils.h index c2eabd804d..5024f5b77c 100644 --- a/qpid/cpp/src/tests/MessageUtils.h +++ b/qpid/cpp/src/tests/MessageUtils.h @@ -1,3 +1,6 @@ +#ifndef TESTS_MESSAGEUTILS_H +#define TESTS_MESSAGEUTILS_H + /* * * Licensed to the Apache Software Foundation (ASF) under one @@ -98,3 +101,5 @@ struct MessageUtils }; }} // namespace qpid::tests + +#endif /*!TESTS_MESSAGEUTILS_H*/ -- cgit v1.2.1