Bug 1207245 - followup - include mozilla/RefCounted.h in linker files as well; r=me; a=bustage

This commit is contained in:
Nathan Froyd 2015-10-07 17:22:03 -04:00
parent 806d8619d3
commit 0fb814445a
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#include <vector>
#include <dlfcn.h>
#include <signal.h>
#include "mozilla/RefCounted.h"
#include "mozilla/RefPtr.h"
#include "mozilla/UniquePtr.h"
#include "Zip.h"

View File

@ -11,6 +11,7 @@
#include <zlib.h>
#include "Utils.h"
#include "mozilla/Assertions.h"
#include "mozilla/RefCounted.h"
#include "mozilla/RefPtr.h"
/**