From 429eb45ef9d98fe5bc55e1c0de1c63badeb695f2 Mon Sep 17 00:00:00 2001 From: Asias He Date: Wed, 14 Jan 2015 16:50:24 +0800 Subject: [PATCH] cql3: Fix include inside namespace --- cql3/attributes.hh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cql3/attributes.hh b/cql3/attributes.hh index eefc0497fe..c6dde6e35e 100644 --- a/cql3/attributes.hh +++ b/cql3/attributes.hh @@ -25,14 +25,13 @@ #ifndef CQL3_ATTRIBUTES_HH #define CQL3_ATTRIBUTES_HH -namespace cql3 { #include "exceptions/exceptions.hh" #include "db/expiring_cell.hh" #include "cql3/term.hh" - #include +namespace cql3 { /** * Utility class for the Parser to gather attributes for modification * statements.