Explorar el Código

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

master
Pete McNeil hace 4 años
padre
commit
45c0711da8
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4
    4
      snfLOGmgr.hpp

+ 4
- 4
snfLOGmgr.hpp Ver fichero

@@ -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

Cargando…
Cancelar
Guardar