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

SL-10297: #include <string_view> in llsingleton.h

parent 28862ab5
No related branches found
No related tags found
No related merge requests found
...@@ -27,14 +27,15 @@ ...@@ -27,14 +27,15 @@
#include <boost/noncopyable.hpp> #include <boost/noncopyable.hpp>
#include <boost/unordered_set.hpp> #include <boost/unordered_set.hpp>
#include <initializer_list>
#include <list> #include <list>
#include <vector> #include <string_view>
#include <typeinfo> #include <typeinfo>
#include <vector>
#include "mutex.h" #include "mutex.h"
#include "lockstatic.h" #include "lockstatic.h"
#include "llthread.h" // on_main_thread() #include "llthread.h" // on_main_thread()
#include "llmainthreadtask.h" #include "llmainthreadtask.h"
#include <initializer_list>
class LLSingletonBase: private boost::noncopyable class LLSingletonBase: private boost::noncopyable
{ {
......
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