summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn M. Schanck <jschanck@mozilla.com>2022-06-01 10:26:51 -0700
committerJohn M. Schanck <jschanck@mozilla.com>2022-06-01 10:26:51 -0700
commit28138a5c0eb37dd25ab7ea9f4278c7d582845293 (patch)
tree89f8f933a6860a18cad3dad42474bc6d71b46088
parent8b5740ab6e22e7f3484e821758a9edcde0419eac (diff)
downloadnss-hg-28138a5c0eb37dd25ab7ea9f4278c7d582845293.tar.gz
Fix formatting of cpputil/databuffer.h
-rw-r--r--cpputil/databuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpputil/databuffer.h b/cpputil/databuffer.h
index 99c653754..31651f829 100644
--- a/cpputil/databuffer.h
+++ b/cpputil/databuffer.h
@@ -8,10 +8,10 @@
#define databuffer_h__
#include <algorithm>
+#include <cstdint>
#include <cstring>
#include <iomanip>
#include <iostream>
-#include <cstdint>
namespace nss_test {