瀏覽代碼

fixed wrong include

tags/v1.0.0
Robin Thoni 7 年之前
父節點
當前提交
8c8ce29954
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      src/Interface/MainClass.h

+ 2
- 1
src/Interface/MainClass.h 查看文件

@@ -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…
取消
儲存