Skip to content
Snippets Groups Projects
Commit 90ae8b84 authored by Rider Linden's avatar Rider Linden
Browse files

Fix headers for gcc build

parent 379c49fc
No related branches found
No related tags found
No related merge requests found
...@@ -188,6 +188,7 @@ ...@@ -188,6 +188,7 @@
/// ///
#include "linden_common.h" // Modifies curl/curl.h interfaces #include "linden_common.h" // Modifies curl/curl.h interfaces
#include "boost/intrusive_ptr.hpp"
#include <string> #include <string>
namespace LLCore namespace LLCore
......
...@@ -28,8 +28,8 @@ ...@@ -28,8 +28,8 @@
#define _LLCORE_HTTP_HEADERS_H_ #define _LLCORE_HTTP_HEADERS_H_
#include "httpcommon.h"
#include <string> #include <string>
#include "_refcounted.h" #include "_refcounted.h"
......
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
#include "httpcommon.h" #include "httpcommon.h"
#include "_refcounted.h" #include "_refcounted.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment