diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2015-01-22 12:25:18 -0800 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2015-01-22 12:25:18 -0800 |
commit | b2f0d495cd85188e0f9f2d4d363655da40e6e5e6 (patch) | |
tree | ccc8997361bd66efeea6e7e1502e1b483f04ed7f /src/mmo/human_time_diff_test.cpp | |
parent | 57e5142d5c9d326912610e3bd60743420f8a328a (diff) | |
download | tmwa-b2f0d495cd85188e0f9f2d4d363655da40e6e5e6.tar.gz tmwa-b2f0d495cd85188e0f9f2d4d363655da40e6e5e6.tar.bz2 tmwa-b2f0d495cd85188e0f9f2d4d363655da40e6e5e6.tar.xz tmwa-b2f0d495cd85188e0f9f2d4d363655da40e6e5e6.zip |
Have I mentioned that I hate ADL?
Diffstat (limited to 'src/mmo/human_time_diff_test.cpp')
-rw-r--r-- | src/mmo/human_time_diff_test.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mmo/human_time_diff_test.cpp b/src/mmo/human_time_diff_test.cpp index c18599d..08a75bf 100644 --- a/src/mmo/human_time_diff_test.cpp +++ b/src/mmo/human_time_diff_test.cpp @@ -20,6 +20,8 @@ #include <gtest/gtest.h> +#include "../io/extract.hpp" + #include "../poison.hpp" |