Skip to content

Commit

Permalink
Replaced C++ types by C ones
Browse files Browse the repository at this point in the history
  • Loading branch information
xawotihs committed Sep 25, 2015
1 parent a19ccb6 commit 4185923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/mtg/include/ObjectAnalytics.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef OBJECTANALYTICS_H
#define OBJECTANALYTICS_H

#include <cstdint>
#include <stdint.h>

#ifdef _DEBUG
#define TRACK_OBJECT_USAGE
Expand Down

0 comments on commit 4185923

Please sign in to comment.