cql3: Fix include inside namespace

This commit is contained in:
Asias He
2015-01-14 16:50:24 +08:00
parent 3984f25b38
commit 429eb45ef9

View File

@@ -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 <experimental/optional>
namespace cql3 {
/**
* Utility class for the Parser to gather attributes for modification
* statements.