diff options
| author | Lioncash <mathew1800@gmail.com> | 2015-09-26 17:13:07 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2015-09-26 18:51:58 -0400 |
| commit | cc036ca86cdaf709e01221975da734cb64d54a94 (patch) | |
| tree | 3b0fbcf245df0314dbf1002d930037375ebc5e42 /Source/Core/Common/TraversalClient.cpp | |
| parent | 19ac565e0dafccd3728b58a0d92cdc0cb74e4be0 (diff) | |
Common: Remove other Common prefixed headers from Common.h
Diffstat (limited to 'Source/Core/Common/TraversalClient.cpp')
| -rw-r--r-- | Source/Core/Common/TraversalClient.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/Common/TraversalClient.cpp b/Source/Core/Common/TraversalClient.cpp index f17ce0d921..002c8834aa 100644 --- a/Source/Core/Common/TraversalClient.cpp +++ b/Source/Core/Common/TraversalClient.cpp @@ -1,7 +1,9 @@ // This file is public domain, in case it's useful to anyone. -comex +#include "Common/MsgHandler.h" #include "Common/Timer.h" #include "Common/TraversalClient.h" +#include "Common/Logging/Log.h" static void GetRandomishBytes(u8* buf, size_t size) { |
