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

Reogranized some headers for GCC added <memory> to the linden_common.h for shared_ptr

parent edfd1950
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,7 @@
#include <cstdlib>
#include <ctime>
#include <iosfwd>
#include <memory>
// Linden only libs in alpha-order other than stdtypes.h
// *NOTE: Please keep includes here to a minimum, see above.
......
......@@ -30,6 +30,7 @@
#include <cstdlib>
#include <vector>
#include "boost/intrusive_ptr.hpp"
#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