Skip to content
Snippets Groups Projects
Commit e6fc3528 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

DRTVWR-418: #include "llrefcount.h" : LLTombStone uses LLRefCount.

Apparently we've been getting away so far without this essential #include only
by "leakage" from other #includes in existing consumers. <eyeroll/>
parent a33c5930
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#define LLHANDLE_H #define LLHANDLE_H
#include "llpointer.h" #include "llpointer.h"
#include "llrefcount.h"
#include "llexception.h" #include "llexception.h"
#include <stdexcept> #include <stdexcept>
#include <boost/type_traits/is_convertible.hpp> #include <boost/type_traits/is_convertible.hpp>
......
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