Sfoglia il codice sorgente

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

master
Pete McNeil 4 anni fa
parent
commit
45c0711da8
1 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 4
    4
      snfLOGmgr.hpp

+ 4
- 4
snfLOGmgr.hpp Vedi File

@@ -18,16 +18,16 @@
#include <ctime>
#include <cstdio>

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

#include "snf_match.h"

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

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

namespace cd = codedweller;

class snfNETmgr; // Declare snfNETmgr

Loading…
Annulla
Salva