Browse Source

Changed include sequence to make winsock2.h before windows.h

master
Pete McNeil 4 years ago
parent
commit
45c0711da8
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      snfLOGmgr.hpp

+ 4
- 4
snfLOGmgr.hpp View File

#include <ctime> #include <ctime>
#include <cstdio> #include <cstdio>


#include "../CodeDweller/timing.hpp"
#include "../CodeDweller/threading.hpp"
#include "../CodeDweller/histogram.hpp"

#include "snf_match.h" #include "snf_match.h"


#include "snfCFGmgr.hpp" #include "snfCFGmgr.hpp"
#include "snfNETmgr.hpp" #include "snfNETmgr.hpp"
#include "GBUdb.hpp" #include "GBUdb.hpp"


#include "../CodeDweller/timing.hpp"
#include "../CodeDweller/threading.hpp"
#include "../CodeDweller/histogram.hpp"

namespace cd = codedweller; namespace cd = codedweller;


class snfNETmgr; // Declare snfNETmgr class snfNETmgr; // Declare snfNETmgr

Loading…
Cancel
Save