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/>
master
Nat Goodspeed 2017-03-13 14:22:19 -04:00
parent a33c5930cb
commit e6fc3528fd
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#define LLHANDLE_H
#include "llpointer.h"
#include "llrefcount.h"
#include "llexception.h"
#include <stdexcept>
#include <boost/type_traits/is_convertible.hpp>