add namespace into ifndefine int *.h

This commit is contained in:
gwdwyy 2013-07-12 17:47:39 +08:00
parent de776afa3f
commit c7a1f0ac6e
3 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
#ifndef SEGMENT_H #ifndef CPPJIEBA_SEGMENT_H
#define SEGMENT_H #define CPPJIEBA_SEGMENT_H
#include <algorithm> #include <algorithm>
#include <set> #include <set>

View File

@ -1,5 +1,5 @@
#ifndef TRIE_H #ifndef CPPJIEBA_TRIE_H
#define TRIE_H #define CPPJIEBA_TRIE_H
#include <iostream> #include <iostream>
#include <fstream> #include <fstream>

View File

@ -1,5 +1,5 @@
#ifndef GLOBALS_H #ifndef CPPJIEBA_GLOBALS_H
#define GLOBALS_H #define CPPJIEBA_GLOBALS_H
#include <map> #include <map>
#include <vector> #include <vector>