Browse Source

fixed wrong include

tags/v1.0.0
Robin Thoni 7 years ago
parent
commit
8c8ce29954
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/Interface/MainClass.h

+ 2
- 1
src/Interface/MainClass.h View File

@@ -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…
Cancel
Save