]> git.sesse.net Git - plocate/commitdiff
Fix a wrong IWYU include.
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Fri, 16 Oct 2020 08:02:28 +0000 (10:02 +0200)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Fri, 16 Oct 2020 08:02:28 +0000 (10:02 +0200)
serializer.h

index e34b56defe73adbe84042bdf5fe7c4a2284b7c5e..fbf70bc8b065bc5f3fe56cb8246bb879efde96bd 100644 (file)
@@ -4,7 +4,7 @@
 #include "options.h"
 
 #include <assert.h>
-#include <bits/stdint-uintn.h>
+#include <stdint.h>
 #include <queue>
 #include <string>