ソースを参照

fixed wrong include

tags/v1.0.0
Robin Thoni 9年前
コミット
8c8ce29954
1個のファイルの変更2行の追加1行の削除
  1. 2
    1
      src/Interface/MainClass.h

+ 2
- 1
src/Interface/MainClass.h ファイルの表示

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

読み込み中…
キャンセル
保存