Merge "init: Adding header guard to tokenizer"
This commit is contained in:
commit
0f91887868
1 changed files with 5 additions and 0 deletions
|
|
@ -12,6 +12,9 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
|
#ifndef _INIT_PARSER_TOKENIZER_H
|
||||||
|
#define _INIT_PARSER_TOKENIZER_H
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
namespace init {
|
namespace init {
|
||||||
|
|
@ -67,3 +70,5 @@ class Tokenizer {
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace init
|
} // namespace init
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue