Not able to successfully compile. Undefined references to cpr
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#ifndef DOWNLOAD_H_
|
||||
#define DOWNLOAD_H_
|
||||
|
||||
#include<iostream>
|
||||
|
||||
namespace Syncers
|
||||
{
|
||||
class Download
|
||||
{
|
||||
public:
|
||||
Download();
|
||||
private:
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user