mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1414506 - Drive-by: Add missing <cstring> include to XZStream.cpp. r=froydnj
--HG-- extra : rebase_source : 25942242d9e2cb1ccc1e18f06635218dfc894637
This commit is contained in:
parent
77d3af2651
commit
73673fc86e
@ -1,6 +1,7 @@
|
||||
#include "XZStream.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstring>
|
||||
#include "mozilla/Assertions.h"
|
||||
#include "mozilla/CheckedInt.h"
|
||||
#include "Logging.h"
|
||||
|
Loading…
Reference in New Issue
Block a user