You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, if I put the line #include "nabo/nabo.h"
after #include <winsock2.h>
or any other header files which, at some point, include winsock2.h, the compiler gives me a whole bunch of weird errors in nabo.h. Making sure #include "nabo/nabo.h" comes before any such files fixes the problem, but I thought I should bring up this strange bug.
The text was updated successfully, but these errors were encountered:
For some reason, if I put the line
#include "nabo/nabo.h"
after
#include <winsock2.h>
or any other header files which, at some point, include
winsock2.h
, the compiler gives me a whole bunch of weird errors innabo.h
. Making sure#include "nabo/nabo.h"
comes before any such files fixes the problem, but I thought I should bring up this strange bug.The text was updated successfully, but these errors were encountered: