Bug 729952 - Part 3: Add missing #include. r=me

This commit is contained in:
Justin Lebar 2012-03-02 17:46:09 -05:00
Родитель 41d567cf1f
Коммит 0e41e0eb6e
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -10,6 +10,7 @@
#ifndef mozilla_HashFunctions_h_
#define mozilla_HashFunctions_h_
#include "mozilla/Assertions.h"
#include "mozilla/Attributes.h"
#include "mozilla/StandardInteger.h"