Skip to content

Conversation

@capitaineplanete
Copy link

dijkstra.c:2:1: note: ‘INT_MAX’ is defined in header ‘<limits.h>’; did you forget to ‘#include <limits.h>’?
1 | #include "dijkstra.h"
+++ |+#include <limits.h>
2 | #include <stdio.h>

dijkstra.c:2:1: note: ‘INT_MAX’ is defined in header ‘<limits.h>’; did you forget to ‘#include <limits.h>’?
    1 | #include "dijkstra.h"
  +++ |+#include <limits.h>
    2 | #include <stdio.h>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant