Browse Source

Reordered headers to avoid windows.h before winsock2.h

master
Pete McNeil 4 years ago
parent
commit
5ef1aae226
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      snf_sync.hpp

+ 1
- 1
snf_sync.hpp View File



#include <list> #include <list>
#include <cstring> #include <cstring>
#include "GBUdb.hpp"
#include "../CodeDweller/networking.hpp" #include "../CodeDweller/networking.hpp"
#include "../CodeDweller/configuration.hpp" #include "../CodeDweller/configuration.hpp"
#include "GBUdb.hpp"


namespace cd = codedweller; namespace cd = codedweller;



Loading…
Cancel
Save