mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 00:50:35 +00:00
cql3: Fix include inside namespace
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user