Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 784383 | Differences between
and this patch

Collapse All | Expand All

(-)Ardour-6.6.0.orig/libs/pbd/pbd/atomic_counter.h (-1 / +2 lines)
Lines 20-30 Link Here
20
#ifndef PBD_ATOMIC_COUNTER_H
20
#ifndef PBD_ATOMIC_COUNTER_H
21
#define PBD_ATOMIC_COUNTER_H
21
#define PBD_ATOMIC_COUNTER_H
22
22
23
#include <glib.h>
24
23
#include "pbd/g_atomic_compat.h"
25
#include "pbd/g_atomic_compat.h"
24
26
25
namespace PBD {
27
namespace PBD {
26
28
27
#include <glib.h>
28
class atomic_counter
29
class atomic_counter
29
{
30
{
30
	/**
31
	/**

Return to bug 784383