ext/h3/src/src/apps/testapps/mkRandGeo.c in h3-3.6.2 vs ext/h3/src/src/apps/testapps/mkRandGeo.c in h3-3.7.1
- old
+ new
@@ -23,9 +23,10 @@
* them along with the corresponding H3Index at the specified `resolution`.
*/
#include <stdio.h>
#include <stdlib.h>
+
#include "args.h"
#include "utility.h"
int main(int argc, char* argv[]) {
int res = 0;