Skip to content

Commit

Permalink
Bug 1656945 - use <type_traits> in TelemetryHistogramEnums.h; r=Dexter
Browse files Browse the repository at this point in the history
This header may have used `mozilla/TemplateLib.h` at sometime in the distant
past, but it doesn't anymore; let's use the correct header instead.

Differential Revision: https://phabricator.services.mozilla.com/D85775
  • Loading branch information
froydnj committed Aug 4, 2020
1 parent 311939f commit 5dfb355
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#ifndef mozilla_TelemetryHistogramEnums_h
#define mozilla_TelemetryHistogramEnums_h
#include "mozilla/TemplateLib.h"
#include <type_traits>
namespace mozilla {
namespace Telemetry {
Expand Down

0 comments on commit 5dfb355

Please sign in to comment.