Fixed include
This commit is contained in:
		
							parent
							
								
									30926d57ce
								
							
						
					
					
						commit
						cbc8977d9d
					
				@ -7,6 +7,7 @@ To compile, you just need a C++-Compiler and CMake and some libraries:
 | 
				
			|||||||
* libstdc++-dev
 | 
					* libstdc++-dev
 | 
				
			||||||
* libcurlpp-dev
 | 
					* libcurlpp-dev
 | 
				
			||||||
* libjsoncpp-dev
 | 
					* libjsoncpp-dev
 | 
				
			||||||
 | 
					* libcurl4-openssl-dev (or similar)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
and - of course - their dependencies.
 | 
					and - of course - their dependencies.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -4,7 +4,7 @@
 | 
				
			|||||||
#include <string>
 | 
					#include <string>
 | 
				
			||||||
#include <map>
 | 
					#include <map>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <curl/curl.h>
 | 
					#include <curlpp/cURLpp.hpp>
 | 
				
			||||||
#include <json/json.h>
 | 
					#include <json/json.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <Telegram/Message.h>
 | 
					#include <Telegram/Message.h>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user