diff options
author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2016-04-29 00:07:10 -0700 |
---|---|---|
committer | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2016-04-29 00:07:10 -0700 |
commit | e3a8292495cf0fb4297be27c696649dc44e011f0 (patch) | |
tree | f188b106e2d1b39ed7a87972db9f942e15987375 /src/common/microprofileui.h | |
parent | 90501f20e6b91fcd2beaccf0b1a0174b189da09c (diff) |
Common: Remove section measurement from profiler (#1731)
This has been entirely superseded by MicroProfile. The rest of the code
can go when a simpler frametime/FPS meter is added to the GUI.
Diffstat (limited to 'src/common/microprofileui.h')
-rw-r--r-- | src/common/microprofileui.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/microprofileui.h b/src/common/microprofileui.h index 97c369bd9..41abe6b75 100644 --- a/src/common/microprofileui.h +++ b/src/common/microprofileui.h @@ -13,4 +13,7 @@ #define MICROPROFILE_HELP_ALT "Right-Click" #define MICROPROFILE_HELP_MOD "Ctrl" +// This isn't included by microprofileui.h :( +#include <cstdlib> // For std::abs + #include <microprofileui.h> |