forked from organicmaps/organicmaps
[alohalytics] Added missing header guard.
This commit is contained in:
parent
b806f6e76c
commit
c91d6392bc
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,9 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
*******************************************************************************/
|
||||
#ifndef GZIP_WRAPPER_H
|
||||
#define GZIP_WRAPPER_H
|
||||
|
||||
#include <cstring> // std::memset
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
@ -104,3 +107,4 @@ inline std::string Gunzip(const std::string & data_to_decompress) {
|
|||
}
|
||||
|
||||
} // namespace alohalytics
|
||||
#endif // GZIP_WRAPPER_H
|
||||
|
|
Loading…
Add table
Reference in a new issue