fix: Include for iostream moved to i2psam.h file.
This commit is contained in:
@ -10,10 +10,9 @@
|
|||||||
* see full documentation about SAM at http://www.i2p2.i2p/samv3.html
|
* see full documentation about SAM at http://www.i2p2.i2p/samv3.html
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <iostream>
|
#include <ctime>
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <ctime>
|
|
||||||
|
|
||||||
#include "i2psam.h"
|
#include "i2psam.h"
|
||||||
|
|
||||||
|
3
i2psam.h
3
i2psam.h
@ -59,10 +59,11 @@
|
|||||||
#ifdef __cplusplus // __cplusplus
|
#ifdef __cplusplus // __cplusplus
|
||||||
#include "compat.h"
|
#include "compat.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
#include <iostream>
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
#include <stdio.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <thread>
|
#include <thread>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
Reference in New Issue
Block a user