mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
add namespace into ifndefine int *.h
This commit is contained in:
parent
de776afa3f
commit
c7a1f0ac6e
@ -1,5 +1,5 @@
|
||||
#ifndef SEGMENT_H
|
||||
#define SEGMENT_H
|
||||
#ifndef CPPJIEBA_SEGMENT_H
|
||||
#define CPPJIEBA_SEGMENT_H
|
||||
|
||||
#include <algorithm>
|
||||
#include <set>
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef TRIE_H
|
||||
#define TRIE_H
|
||||
#ifndef CPPJIEBA_TRIE_H
|
||||
#define CPPJIEBA_TRIE_H
|
||||
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef GLOBALS_H
|
||||
#define GLOBALS_H
|
||||
#ifndef CPPJIEBA_GLOBALS_H
|
||||
#define CPPJIEBA_GLOBALS_H
|
||||
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
Loading…
x
Reference in New Issue
Block a user