Explorar el Código

fixed wrong include

tags/v1.0.0
Robin Thoni hace 7 años
padre
commit
8c8ce29954
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      src/Interface/MainClass.h

+ 2
- 1
src/Interface/MainClass.h Ver fichero

@@ -6,7 +6,8 @@
6 6
 #define PDNS_SLAVE_MAINCLASS_H
7 7
 
8 8
 #include <Business/CryptoBusiness.h>
9
-#include <boost/shared_ptr.hpp>
9
+#include <memory>
10
+#include <vector>
10 11
 #include "libmilter/mfapi.h"
11 12
 #include "libmilter/mfdef.h"
12 13
 

Loading…
Cancelar
Guardar